Copied!

ContentTypeGroup

ContentTypeGroup.php : 25
Abstract
Extends ValueObject

This class represents a content type group value.

Properties

public $creationDate read-only

ContentTypeGroup.php
public DateTime $creationDate

the date of the creation of this content type group

protected $creationDate

ContentTypeGroup.php : 46

Created date (timestamp).

protected DateTime $creationDate

public $creatorId read-only

ContentTypeGroup.php
public mixed $creatorId

the user id of the creator of this content type group

protected $creatorId

ContentTypeGroup.php : 60

Creator user id.

protected mixed $creatorId

public $id read-only

ContentTypeGroup.php
public mixed $id

the id of the content type group

protected $id

ContentTypeGroup.php : 32

Primary key.

protected mixed $id

public $identifier read-only

ContentTypeGroup.php
public string $identifier

the identifier of the content type group

protected $identifier

ContentTypeGroup.php : 39

Readable string identifier of a group.

protected string $identifier

public $isSystem

ContentTypeGroup.php : 72
public bool $isSystem = false

public $modificationDate read-only

ContentTypeGroup.php
public DateTime $modificationDate

the date of the last modification of this content type group

protected $modificationDate

ContentTypeGroup.php : 53

Modified date (timestamp).

protected DateTime $modificationDate

public $modifierId read-only

ContentTypeGroup.php
public mixed $modifierId

the user id of the user which has last modified this content type group

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

()