This class represents a result of lookup limitation for module and function in the context of current User.
Properties¶
                 $limitations
            ¶
        $limitations
            ¶
    
        
        LookupPolicyLimitations.php
                :
        22
                 
    
        |  |  | 
                 $policy
            ¶
        $policy
            ¶
    
        
        LookupPolicyLimitations.php
                :
        19
                 
    
        |  |  | 
Methods¶
                 __construct()
            ¶
__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()
            ¶
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>