The base class for all value objects and structs.
Properties¶
                 $content
            ¶
        $content
            ¶
    
        
        TaxonomyEntryUpdateStruct.php
                :
        40
                 
    
        |  |  | 
                 $identifier
            ¶
        $identifier
            ¶
    
        
        TaxonomyEntryUpdateStruct.php
                :
        25
                 
    
        |  |  | 
                 $languageCode
            ¶
        $languageCode
            ¶
    
        
        TaxonomyEntryUpdateStruct.php
                :
        34
                 
    
        |  |  | 
                 $mainLanguageCode
            ¶
        $mainLanguageCode
            ¶
    
        
        TaxonomyEntryUpdateStruct.php
                :
        36
                 
    
        |  |  | 
                 $name
            ¶
        $name
            ¶
    
        
        TaxonomyEntryUpdateStruct.php
                :
        27
                 
    
        |  |  | 
                 $names
            ¶
        $names
            ¶
    
        
        TaxonomyEntryUpdateStruct.php
                :
        32
                 
    
        |  |  | 
                 $parent
            ¶
        $parent
            ¶
    
        
        TaxonomyEntryUpdateStruct.php
                :
        38
                 
    
        |  |  | 
Methods¶
                 __construct()
            ¶
__construct()
            ¶
    
        
        TaxonomyEntryUpdateStruct.php
                :
        45
                 
    
        Construct object optionally with a set of properties.
|  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $identifier | string | - | - | 
| $name | string | - | - | 
| $names | array<string, string> | - | - | 
| $languageCode | string | - | - | 
| $mainLanguageCode | string | - | - | 
| $parent | TaxonomyEntry|null | - | - | 
| $content | Content | - | - | 
                 getProperties()
            ¶
getProperties()
            ¶
    
        
        ValueObject.php
                :
        54
                 
    
        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>