The base class for all value objects and structs.
Constants¶
STATUS_OFFLINE ¶
PublicAccess.php
:
24
|
|
|
STATUS_ONLINE ¶
PublicAccess.php
:
25
|
|
|
Properties¶
$config
¶
PublicAccess.php
:
39
|
|
|
$identifier
¶
PublicAccess.php
:
27
|
|
|
$matcherConfiguration
¶
PublicAccess.php
:
29
|
|
|
$saGroup
¶
PublicAccess.php
:
37
|
|
|
$siteId
¶
PublicAccess.php
:
36
|
|
|
$status
¶
PublicAccess.php
:
40
|
|
|
$treeRootLocationId
¶
PublicAccess.php
:
41
|
|
|
Methods¶
__construct()
¶
PublicAccess.php
:
34
Construct object optionally with a set of properties.
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string|null | - | - |
| $siteId | int|null | - | - |
| $saGroup | string | - | - |
| $matcherConfiguration | SiteAccessMatcherConfiguration | - | - |
| $config | SiteConfiguration | - | - |
| $status | int | PublicAccess::STATUS_ONLINE | - |
| $treeRootLocationId | int|null | null | - |
Tags
getConfigParameter()
¶
PublicAccess.php
:
93
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $namespace | string | - | - |
| $name | string | - | - |
getDesign()
¶
PublicAccess.php
:
69
|
|
|
Return values
string
getMainLanguage()
¶
PublicAccess.php
:
54
|
|
|
Return values
string
getMatcherConfiguration()
¶
PublicAccess.php
:
118
|
|
|
Return values
SiteAccessMatcherConfiguration
getSiteAccessGroup()
¶
PublicAccess.php
:
74
|
|
|
Return values
string
getSiteConfiguration()
¶
PublicAccess.php
:
88
|
|
|
Return values
getSiteId()
¶
PublicAccess.php
:
113
|
|
|
Return values
int|null
getStatus()
¶
PublicAccess.php
:
59
|
|
|
Return values
int
getTreeRootLocationId()
¶
PublicAccess.php
:
79
|
|
|
Return values
int
hasConfigParameter()
¶
PublicAccess.php
:
98
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $namespace | string | - | - |
| $name | string | - | - |
Return values
bool
setStatus()
¶
PublicAccess.php
:
64
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $status | int | - | - |
setTreeRootLocationId()
¶
PublicAccess.php
:
103
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $treeRootLocationId | int|null | - | - |
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]