This class represents a LookupLimitation for module and function in the context of current User.
Properties¶
$hasAccess¶
LookupLimitationResult.php
:
19
|
|
$lookupPolicyLimitations¶
LookupLimitationResult.php
:
25
|
|
$roleLimitations¶
LookupLimitationResult.php
:
22
|
|
Methods¶
__construct() ¶
LookupLimitationResult.php
:
31
Construct object optionally with a set of properties.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$hasAccess | bool | - | - |
$roleLimitations | array<string|int, Limitation> | [] | - |
$lookupPolicyLimitations | array<string|int, LookupPolicyLimitations> | [] | - |
getLookupPolicyLimitations() ¶
LookupLimitationResult.php
:
59
|
|
Return values
array<string|int, LookupPolicyLimitations>
getRoleLimitations() ¶
LookupLimitationResult.php
:
51
|
|
Return values
array<string|int, Limitation>
hasAccess() ¶
LookupLimitationResult.php
:
43
|
|
Return values
bool
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>