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
                :
        53
                
    
        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>
Attributes
- #[Ignore]