ContentTypeGroup
This class represents a content type group value.
Properties¶
$creationDate
¶
|
|
the date of the creation of this content type group
$creationDate
¶
Created date (timestamp).
|
|
$creatorId
¶
|
|
the user id of the creator of this content type group
$creatorId
¶
Creator user id.
|
|
$id
¶
|
|
the id of the content type group
$id
¶
Primary key.
|
|
$identifier
¶
|
|
the identifier of the content type group
$identifier
¶
Readable string identifier of a group.
|
|
$isSystem
¶
|
|
$modificationDate
¶
|
|
the date of the last modification of this content type group
$modificationDate
¶
Modified date (timestamp).
|
|
$modifierId
¶
|
|
the user id of the user which has last modified this content type group
$modifierId
¶
Modifier user id.
|
|
Methods¶
__construct()
¶
Construct object optionally with a set of properties.
|
|
Readonly properties values must be set using $properties
as they aren't writable anymore
after object has been created.
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$properties | array<string, mixed> | [] | - |
getProperties()
¶
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>