ObjectStateGroup
ObjectStateGroup.php
:
24
Extends ValueObject
Implements
MultiLanguageName, MultiLanguageDescription
This class represents an object state group value.
Properties¶
$defaultLanguageCode¶
ObjectStateGroup.php
|
|
the default language code.
$id¶
ObjectStateGroup.php
|
|
the id of the content type group
$identifier¶
ObjectStateGroup.php
|
|
the identifier of the content type group
$languageCodes¶
ObjectStateGroup.php
|
|
the available languages
$mainLanguageCode¶
ObjectStateGroup.php
|
|
the default language of the object state group names and description used for fallback.
$defaultLanguageCode¶
ObjectStateGroup.php
:
45
The default language code.
|
|
$id¶
ObjectStateGroup.php
:
31
Primary key.
|
|
$identifier¶
ObjectStateGroup.php
:
38
Readable string identifier of a group.
|
|
$languageCodes¶
ObjectStateGroup.php
:
52
The available language codes for names an descriptions.
|
|
Methods¶
__construct() ¶
ValueObject.php
:
30
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 |
---|---|---|---|
$properties | array<string|int, mixed> | [] | - |
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>