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
- offsetExists() : mixed
- offsetGet() : mixed
- offsetSet() : mixed
- offsetUnset() : mixed
- 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', '_MP_PARAM', '_ORIG_uid', '_ORIG_pid', '_SHORTCUT_ORIGINAL_PAGE_UID', '_PAGES_OVERLAY', '_PAGES_OVERLAY_UID', '_PAGES_OVERLAY_LANGUAGE', '_PAGES_OVERLAY_REQUESTEDLANGUAGE']
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
intoffsetExists()
public
offsetExists(mixed $offset) : mixed
Parameters
- $offset : mixed
Attributes
- #[ReturnTypeWillChange]
offsetGet()
public
offsetGet(mixed $offset) : mixed
Parameters
- $offset : mixed
Attributes
- #[ReturnTypeWillChange]
offsetSet()
public
offsetSet(mixed $offset, mixed $value) : mixed
Parameters
- $offset : mixed
- $value : mixed
Attributes
- #[ReturnTypeWillChange]
offsetUnset()
public
offsetUnset(mixed $offset) : mixed
Parameters
- $offset : mixed
Attributes
- #[ReturnTypeWillChange]
toArray()
public
toArray() : array<string|int, mixed>