This class represents a Limitation applied to a policy.
Constants¶
                
CONTENTTYPE        ¶
    
        
        Limitation.php
                :
        19
                
    
        | 
                     | 
                
                    
                     | 
            
                
LANGUAGE        ¶
    
        
        Limitation.php
                :
        20
                
    
        | 
                     | 
                
                    
                     | 
            
                
LOCATION        ¶
    
        
        Limitation.php
                :
        21
                
    
        | 
                     | 
                
                    
                     | 
            
                
NEWSECTION        ¶
    
        
        Limitation.php
                :
        27
                
    
        | 
                     | 
                
                    
                     | 
            
                
NEWSTATE        ¶
    
        
        Limitation.php
                :
        30
                
    
        | 
                     | 
                
                    
                     | 
            
                
OWNER        ¶
    
        
        Limitation.php
                :
        22
                
    
        | 
                     | 
                
                    
                     | 
            
                
PARENTCONTENTTYPE        ¶
    
        
        Limitation.php
                :
        24
                
    
        | 
                     | 
                
                    
                     | 
            
                
PARENTDEPTH        ¶
    
        
        Limitation.php
                :
        25
                
    
        | 
                     | 
                
                    
                     | 
            
                
PARENTOWNER        ¶
    
        
        Limitation.php
                :
        23
                
    
        | 
                     | 
                
                    
                     | 
            
                
PARENTUSERGROUP        ¶
    
        
        Limitation.php
                :
        33
                
    
        | 
                     | 
                
                    
                     | 
            
                
SECTION        ¶
    
        
        Limitation.php
                :
        26
                
    
        | 
                     | 
                
                    
                     | 
            
                
SITEACCESS        ¶
    
        
        Limitation.php
                :
        28
                
    
        | 
                     | 
                
                    
                     | 
            
                
STATE        ¶
    
        
        Limitation.php
                :
        29
                
    
        | 
                     | 
                
                    
                     | 
            
                
STATUS        ¶
    
        
        Limitation.php
                :
        34
                
    
        | 
                     | 
                
                    
                     | 
            
                
SUBTREE        ¶
    
        
        Limitation.php
                :
        31
                
    
        | 
                     | 
                
                    
                     | 
            
                
USERGROUP        ¶
    
        
        Limitation.php
                :
        32
                
    
        | 
                     | 
                
                    
                     | 
            
Properties¶
                
        $limitationValues
            ¶
    
        
        Limitation.php
                :
        45
                
    
        A read-only list of IDs or identifiers for which the limitation should be applied.
| 
                     | 
                
                    
                     | 
            
The value of this property must conform to a hash, which means that it may only consist of array and scalar values, but must not contain objects or resources.
                
        $identifier
            ¶
    
        
        BlockingLimitation.php
                :
        21
                
    
        | 
                     | 
                
                    
                     | 
            
Methods¶
                
__construct()
            ¶
    
        
        BlockingLimitation.php
                :
        31
                
    
        Create new Blocking Limitation with identifier injected dynamically.
| 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $identifier | string | - | 
                                                         The identifier of the limitation  | 
                
| $limitationValues | array<string|int, mixed> | - | - | 
Tags
                
getIdentifier()
            ¶
    
        
        BlockingLimitation.php
                :
        45
                
    
        Returns the limitation identifier (one of the defined constants) or a custom limitation.
| 
                     | 
                
                    
                     | 
            
Return values
string
Tags
                
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]