The base class for all value objects and structs.
Properties¶
$content
¶
TaxonomyEntry.php
|
|
$content
¶
TaxonomyEntry.php
:
43
|
|
$id
¶
TaxonomyEntry.php
|
|
$id
¶
TaxonomyEntry.php
:
28
|
|
$identifier
¶
TaxonomyEntry.php
|
|
$identifier
¶
TaxonomyEntry.php
:
30
|
|
$level
¶
TaxonomyEntry.php
|
|
$level
¶
TaxonomyEntry.php
:
47
|
|
$mainLanguageCode
¶
TaxonomyEntry.php
|
|
$mainLanguageCode
¶
TaxonomyEntry.php
:
34
|
|
$name
¶
TaxonomyEntry.php
|
|
$name
¶
TaxonomyEntry.php
:
32
|
|
$names
¶
TaxonomyEntry.php
|
|
$names
¶
TaxonomyEntry.php
:
39
|
|
$parent
¶
TaxonomyEntry.php
|
|
$parent
¶
TaxonomyEntry.php
:
41
|
|
$taxonomy
¶
TaxonomyEntry.php
|
|
$taxonomy
¶
TaxonomyEntry.php
:
45
|
|
$contentId
¶
TaxonomyEntry.php
:
49
|
|
Methods¶
__construct()
¶
TaxonomyEntry.php
:
54
Construct object optionally with a set of properties.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$id | int | - | - |
$identifier | string | - | - |
$name | string | - | - |
$mainLanguageCode | string | - | - |
$names | array<string, string> | - | - |
$parent | TaxonomyEntry|null | - | - |
$content | Content | - | - |
$taxonomy | string | - | - |
$level | int | 0 | - |
$contentId | int|null | null | - |
getContent()
¶
TaxonomyEntry.php
:
113
|
|
Return values
getContentId()
¶
TaxonomyEntry.php
:
118
|
|
Return values
int|null
getId()
¶
TaxonomyEntry.php
:
80
|
|
Return values
int
getIdentifier()
¶
TaxonomyEntry.php
:
85
|
|
Return values
string
getLevel()
¶
TaxonomyEntry.php
:
128
|
|
Return values
int
getMainLanguageCode()
¶
TaxonomyEntry.php
:
95
|
|
Return values
string
getName()
¶
TaxonomyEntry.php
:
90
|
|
Return values
string
getNames()
¶
TaxonomyEntry.php
:
103
|
|
Return values
array<string, string>
getParent()
¶
TaxonomyEntry.php
:
108
|
|
Return values
TaxonomyEntry|null
getTaxonomy()
¶
TaxonomyEntry.php
:
123
|
|
Return values
string
getProperties()
¶
ValueObject.php
:
53
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>