This class represents a result of lookup limitation for module and function in the context of current User.
Properties¶
$limitations
¶
LookupPolicyLimitations.php
:
22
|
|
$policy
¶
LookupPolicyLimitations.php
:
19
|
|
Methods¶
__construct()
¶
LookupPolicyLimitations.php
:
28
Construct object optionally with a set of properties.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$policy | Policy | - | - |
$limitations | array<string|int, Limitation> | [] | - |
getProperties()
¶
ValueObject.php
:
54
Returns list of available properties' names.
|
|
Override to add dynamic properties.
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$dynamicProperties | array<int, string> | [] |
Additional dynamic properties exposed on the object |
Return values
array<int, string>