AccessDecisionManagerConfig
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $allowIfAllAbstain : mixed
- $allowIfEqualGrantedDenied : mixed
- $service : mixed
- $strategy : mixed
- $strategyService : mixed
Methods
- __construct() : mixed
- allowIfAllAbstain() : $this
- allowIfEqualGrantedDenied() : $this
- service() : $this
- strategy() : $this
- strategyService() : $this
- toArray() : array<string|int, mixed>
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$allowIfAllAbstain
private
mixed
$allowIfAllAbstain
$allowIfEqualGrantedDenied
private
mixed
$allowIfEqualGrantedDenied
$service
private
mixed
$service
$strategy
private
mixed
$strategy
$strategyService
private
mixed
$strategyService
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
allowIfAllAbstain()
public
allowIfAllAbstain(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thisallowIfEqualGrantedDenied()
public
allowIfEqualGrantedDenied(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thisservice()
public
service(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisstrategy()
public
strategy(ParamConfigurator|"affirmative"|"consensus"|"unanimous"|"priority" $value) : $this
Parameters
- $value : ParamConfigurator|"affirmative"|"consensus"|"unanimous"|"priority"
Tags
Return values
$thisstrategyService()
public
strategyService(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>