This class represents a Limitation applied to a policy.
Constants¶
                 CONTENTTYPE        ¶
CONTENTTYPE        ¶
    
        
        Limitation.php
                :
        19
                 
    
        |  |  | 
                 LANGUAGE        ¶
LANGUAGE        ¶
    
        
        Limitation.php
                :
        20
                 
    
        |  |  | 
                 LOCATION        ¶
LOCATION        ¶
    
        
        Limitation.php
                :
        21
                 
    
        |  |  | 
                 NEWSECTION        ¶
NEWSECTION        ¶
    
        
        Limitation.php
                :
        27
                 
    
        |  |  | 
                 NEWSTATE        ¶
NEWSTATE        ¶
    
        
        Limitation.php
                :
        30
                 
    
        |  |  | 
                 OWNER        ¶
OWNER        ¶
    
        
        Limitation.php
                :
        22
                 
    
        |  |  | 
                 PARENTCONTENTTYPE        ¶
PARENTCONTENTTYPE        ¶
    
        
        Limitation.php
                :
        24
                 
    
        |  |  | 
                 PARENTDEPTH        ¶
PARENTDEPTH        ¶
    
        
        Limitation.php
                :
        25
                 
    
        |  |  | 
                 PARENTOWNER        ¶
PARENTOWNER        ¶
    
        
        Limitation.php
                :
        23
                 
    
        |  |  | 
                 PARENTUSERGROUP        ¶
PARENTUSERGROUP        ¶
    
        
        Limitation.php
                :
        33
                 
    
        |  |  | 
                 SECTION        ¶
SECTION        ¶
    
        
        Limitation.php
                :
        26
                 
    
        |  |  | 
                 SITEACCESS        ¶
SITEACCESS        ¶
    
        
        Limitation.php
                :
        28
                 
    
        |  |  | 
                 STATE        ¶
STATE        ¶
    
        
        Limitation.php
                :
        29
                 
    
        |  |  | 
                 STATUS        ¶
STATUS        ¶
    
        
        Limitation.php
                :
        34
                 
    
        |  |  | 
                 SUBTREE        ¶
SUBTREE        ¶
    
        
        Limitation.php
                :
        31
                 
    
        |  |  | 
                 USERGROUP        ¶
USERGROUP        ¶
    
        
        Limitation.php
                :
        32
                 
    
        |  |  | 
Properties¶
                 $limitationValues
            ¶
        $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()
            ¶
__construct()
            ¶
    
        
        ValueObject.php
                :
        31
                 
    
        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()
            ¶
getIdentifier()
            ¶
    
        
        SiteAccessLimitation.php
                :
        20
                 
    
        Returns the limitation identifier (one of the defined constants) or a custom limitation.
|  |  | 
Return values
string
Tags
                 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>