The base class for all value objects and structs.
Constants¶
STATUS_OFFLINE ¶
PublicAccess.php
:
20
|
|
STATUS_ONLINE ¶
PublicAccess.php
:
21
|
|
Properties¶
$identifier¶
PublicAccess.php
|
|
$matcherConfiguration¶
PublicAccess.php
|
|
$saGroup¶
PublicAccess.php
|
|
$config¶
PublicAccess.php
:
33
|
|
$identifier¶
PublicAccess.php
:
24
|
|
$matcherConfiguration¶
PublicAccess.php
:
30
|
|
$saGroup¶
PublicAccess.php
:
27
|
|
$siteId¶
PublicAccess.php
:
39
|
|
$status¶
PublicAccess.php
:
36
|
|
Methods¶
__construct() ¶
PublicAccess.php
:
41
Construct object optionally with a set of properties.
|
|
Readonly properties values must be set using $properties as they are not writable anymore after object has been created.
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string|null | - | - |
$siteId | int|null | - | - |
$saGroup | string | - | - |
$matcherConfiguration | SiteAccessMatcherConfiguration | null | - |
$config | SiteConfiguration | null | - |
$status | int | PublicAccess::STATUS_ONLINE | - |
getConfigParameter() ¶
PublicAccess.php
:
94
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$namespace | string | - | - |
$name | string | - | - |
getDesign() ¶
PublicAccess.php
:
74
|
|
Return values
string
getMainLanguage() ¶
PublicAccess.php
:
59
|
|
Return values
string
getMatcherConfiguration() ¶
PublicAccess.php
:
114
|
|
Return values
SiteAccessMatcherConfiguration
getSiteAccessGroup() ¶
PublicAccess.php
:
79
|
|
Return values
string
getSiteConfiguration() ¶
PublicAccess.php
:
89
|
|
Return values
getSiteId() ¶
PublicAccess.php
:
109
|
|
Return values
int
getStatus() ¶
PublicAccess.php
:
64
|
|
Return values
int
getTreeRootLocationId() ¶
PublicAccess.php
:
84
|
|
Return values
int
hasConfigParameter() ¶
PublicAccess.php
:
99
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$namespace | string | - | - |
$name | string | - | - |
setStatus() ¶
PublicAccess.php
:
69
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$status | int | - | - |
setTreeRootLocationId() ¶
PublicAccess.php
:
104
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$treeRootLocationId | int | - | - |
getProperties() ¶
ValueObject.php
:
50
Function where list of properties are returned.
|
|
Used by attributes(), override to add dynamic properties
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$dynamicProperties | array<string|int, mixed> | [] |
Additional dynamic properties exposed on the object |
Return values
array<string|int, mixed>