The base class for all value objects and structs.
Properties¶
$assignments
¶
TaxonomyEntryAssignmentCollection.php
|
|
$assignments
¶
TaxonomyEntryAssignmentCollection.php
:
25
|
|
$content
¶
TaxonomyEntryAssignmentCollection.php
|
|
$content
¶
TaxonomyEntryAssignmentCollection.php
:
20
|
|
Methods¶
__construct()
¶
TaxonomyEntryAssignmentCollection.php
:
30
Construct object optionally with a set of properties.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$content | Content | - | - |
$assignments | array<string|int, TaxonomyEntryAssignment> | - | - |
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>