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.
Methods¶
                
__construct()
            ¶
    
        
        ValueObject.php
                :
        32
                
    
        Construct object optionally with a set of properties.
| 
                     | 
                
                    
                     | 
            
Readonly properties values must be set using $properties as they aren't writable anymore
after object has been created.
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $properties | array<string, mixed> | [] | - | 
                
getIdentifier()
            ¶
    
        
        ParentUserGroupLimitation.php
                :
        20
                
    
        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]