Copied!

ContentTypeGroup

ContentTypeGroup.php : 25
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

public $creatorId read-only

ContentTypeGroup.php
public mixed $creatorId

the user id of the creator of this content type group

public $id read-only

ContentTypeGroup.php
public mixed $id

the id of the content type group

public $identifier read-only

ContentTypeGroup.php
public string $identifier

the identifier of the content type group

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

public $modifierId read-only

ContentTypeGroup.php
public mixed $modifierId

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

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 : 30

Construct object optionally with a set of properties.

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

protectedgetProperties()

ValueObject.php : 50

Function where list of properties are returned.

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

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>