AccessControlConfig
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $allowIf : mixed
- $host : mixed
- $ips : mixed
- $methods : mixed
- $path : mixed
- $port : mixed
- $requiresChannel : mixed
- $roles : mixed
Methods
- __construct() : mixed
- allowIf() : $this
- host() : $this
- ips() : $this
- methods() : $this
- path() : $this
- use the urldecoded format
- port() : $this
- requiresChannel() : $this
- roles() : $this
- toArray() : array<string|int, mixed>
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$allowIf
private
mixed
$allowIf
$host
private
mixed
$host
$ips
private
mixed
$ips
$methods
private
mixed
$methods
$path
private
mixed
$path
$port
private
mixed
$port
$requiresChannel
private
mixed
$requiresChannel
$roles
private
mixed
$roles
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
allowIf()
public
allowIf(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thishost()
public
host(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisips()
public
ips(mixed $value) : $this
Parameters
- $value : mixed
Return values
$thismethods()
public
methods(mixed $value) : $this
Parameters
- $value : mixed
Return values
$thispath()
use the urldecoded format
public
path(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisport()
public
port(ParamConfigurator|int $value) : $this
Parameters
- $value : ParamConfigurator|int
Tags
Return values
$thisrequiresChannel()
public
requiresChannel(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisroles()
public
roles(mixed $value) : $this
Parameters
- $value : mixed
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>