Copied!

TaxonomyEntryUpdateStruct

TaxonomyEntryUpdateStruct.php : 23
Extends ValueObject

The base class for all value objects and structs.

Properties

public $content read-only

TaxonomyEntryUpdateStruct.php
public Content $content

public $identifier read-only

TaxonomyEntryUpdateStruct.php
public string $identifier

public $languageCode read-only

TaxonomyEntryUpdateStruct.php
public string $languageCode

public $mainLanguageCode read-only

TaxonomyEntryUpdateStruct.php
public string $mainLanguageCode

public $name read-only

TaxonomyEntryUpdateStruct.php
public string $name

public $names read-only

TaxonomyEntryUpdateStruct.php
public array<string, string> $names

public $parent read-only

TaxonomyEntryUpdateStruct.php
public TaxonomyEntry $parent

protected $content

TaxonomyEntryUpdateStruct.php : 40
protected Content $content

protected $identifier

TaxonomyEntryUpdateStruct.php : 25
protected string $identifier

protected $languageCode

TaxonomyEntryUpdateStruct.php : 34
protected string $languageCode

protected $mainLanguageCode

TaxonomyEntryUpdateStruct.php : 36
protected string $mainLanguageCode

protected $name

TaxonomyEntryUpdateStruct.php : 27
protected string $name

protected $names

TaxonomyEntryUpdateStruct.php : 32
protected array<string, string> $names

protected $parent

TaxonomyEntryUpdateStruct.php : 38
protected TaxonomyEntry|null $parent

Methods

public__construct()

TaxonomyEntryUpdateStruct.php : 45

Construct object optionally with a set of properties.

public __construct(string $identifier, string $name, array<string, string> $names, string $languageCode, string $mainLanguageCode, TaxonomyEntry|null $parent, Content $content)

Parameters

Name Type Default value Description
$identifier string - -
$name string - -
$names array<string, string> - -
$languageCode string - -
$mainLanguageCode string - -
$parent TaxonomyEntry|null - -
$content Content - -

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>