Page implements ArrayAccess uses PropertyTrait
not part of public API, as this needs to be streamlined and proven
Table of Contents
Interfaces
- ArrayAccess
Properties
- $properties : array<string, mixed>
- $specialProperties : array<string|int, mixed>
- $specialPropertyNames : array<string|int, mixed>
Methods
- __construct() : mixed
- getLanguageId() : int
- getPageId() : int
- getRequestedLanguage() : int|null
- getTranslationSource() : Page|null
- offsetExists() : bool
- offsetGet() : mixed
- offsetSet() : void
- offsetUnset() : void
- toArray() : array<string|int, mixed>
Properties
$properties
        protected
            array<string, mixed>
    $properties
     = []
    
    
    
    
    
$specialProperties
        protected
            array<string|int, mixed>
    $specialProperties
     = []
    
    
    
    
    
$specialPropertyNames
        protected
            array<string|int, mixed>
    $specialPropertyNames
     = ['_language', '_LOCALIZED_UID', '_REQUESTED_OVERLAY_LANGUAGE', '_MP_PARAM', '_ORIG_uid', '_ORIG_pid', '_SHORTCUT_ORIGINAL_PAGE_UID', '_TRANSLATION_SOURCE']
    
    
    
    
    
Methods
__construct()
    public
                    __construct(array<string|int, mixed> $properties) : mixed
    Parameters
- $properties : array<string|int, mixed>
getLanguageId()
    public
                    getLanguageId() : int
    Return values
intgetPageId()
    public
                    getPageId() : int
    Return values
intgetRequestedLanguage()
    public
                    getRequestedLanguage() : int|null
    Return values
int|nullgetTranslationSource()
    public
                    getTranslationSource() : Page|null
    Return values
Page|nulloffsetExists()
    public
                    offsetExists(mixed $offset) : bool
    Parameters
- $offset : mixed
Return values
booloffsetGet()
    public
                    offsetGet(mixed $offset) : mixed
    Parameters
- $offset : mixed
offsetSet()
    public
                    offsetSet(mixed $offset, mixed $value) : void
    Parameters
- $offset : mixed
- $value : mixed
offsetUnset()
    public
                    offsetUnset(mixed $offset) : void
    Parameters
- $offset : mixed
toArray()
    public
                    toArray([bool $includeSpecialProperties = false ]) : array<string|int, mixed>
    Parameters
- $includeSpecialProperties : bool = false