RestrictionInfo
FinalYes
Table of Contents
Methods
- __construct() : mixed
- getOption() : mixed
- getOptions() : array<string|int, mixed>
- getType() : string
- setOption() : void
Methods
__construct()
public
__construct(string $restrictionType[, array<string|int, mixed> $options = [] ]) : mixed
Parameters
- $restrictionType : string
- $options : array<string|int, mixed> = []
getOption()
public
getOption(string $optionId) : mixed
Parameters
- $optionId : string
getOptions()
public
getOptions() : array<string|int, mixed>
Return values
array<string|int, mixed>getType()
public
getType() : string
Return values
stringsetOption()
public
setOption(string $optionId, mixed $value) : void
Parameters
- $optionId : string
- $value : mixed