Copied!

ContentTypeGroup

ContentTypeGroup.php : 25
Abstract
Extends ValueObject

This class represents a content type group value.

Properties

public $isSystem

ContentTypeGroup.php : 72
public bool $isSystem = false

protected $creationDate

ContentTypeGroup.php : 46

Created date (timestamp).

protected DateTime $creationDate

protected $creatorId

ContentTypeGroup.php : 60

Creator user id.

protected mixed $creatorId

protected $id

ContentTypeGroup.php : 32

Primary key.

protected mixed $id

protected $identifier

ContentTypeGroup.php : 39

Readable string identifier of a group.

protected string $identifier

protected $modificationDate

ContentTypeGroup.php : 53

Modified date (timestamp).

protected DateTime $modificationDate

protected $modifierId

ContentTypeGroup.php : 67

Modifier user id.

protected mixed $modifierId

Methods

public__construct()

ValueObject.php : 31

Construct object optionally with a set of properties.

public __construct([array<string, mixed> $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> [] -

protectedgetProperties()

ValueObject.php : 54

Returns list of available properties' names.

protected getProperties([array<int, string> $dynamicProperties = [] ]) : array<int, string>

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>

Tags
Serializerignore

()