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
:
50
Function where list of properties are returned.
|
|
Used by attributes(), override to add dynamic properties
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$dynamicProperties | array<string|int, mixed> | [] |
Additional dynamic properties exposed on the object |
Return values
array<string|int, mixed>