The base class for all value objects and structs.
Properties¶
                 $content
            ¶
        $content
            ¶
    
        
        TaxonomyEntry.php
                :
        43
                 
    
        |  |  | 
                 $contentId
            ¶
        $contentId
            ¶
    
        
        TaxonomyEntry.php
                :
        49
                 
    
        |  |  | 
                 $id
            ¶
        $id
            ¶
    
        
        TaxonomyEntry.php
                :
        28
                 
    
        |  |  | 
                 $identifier
            ¶
        $identifier
            ¶
    
        
        TaxonomyEntry.php
                :
        30
                 
    
        |  |  | 
                 $level
            ¶
        $level
            ¶
    
        
        TaxonomyEntry.php
                :
        47
                 
    
        |  |  | 
                 $mainLanguageCode
            ¶
        $mainLanguageCode
            ¶
    
        
        TaxonomyEntry.php
                :
        34
                 
    
        |  |  | 
                 $name
            ¶
        $name
            ¶
    
        
        TaxonomyEntry.php
                :
        32
                 
    
        |  |  | 
                 $names
            ¶
        $names
            ¶
    
        
        TaxonomyEntry.php
                :
        39
                 
    
        |  |  | 
                 $parent
            ¶
        $parent
            ¶
    
        
        TaxonomyEntry.php
                :
        41
                 
    
        |  |  | 
                 $taxonomy
            ¶
        $taxonomy
            ¶
    
        
        TaxonomyEntry.php
                :
        45
                 
    
        |  |  | 
Methods¶
                 __construct()
            ¶
__construct()
            ¶
    
        
        TaxonomyEntry.php
                :
        54
                 
    
        Construct object optionally with a set of properties.
|  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $id | int | - | - | 
| $identifier | string | - | - | 
| $name | string | - | - | 
| $mainLanguageCode | string | - | - | 
| $names | array<string, string> | - | - | 
| $parent | TaxonomyEntry|null | - | - | 
| $content | Content | - | - | 
| $taxonomy | string | - | - | 
| $level | int | 0 | - | 
| $contentId | int|null | null | - | 
                 getContent()
            ¶
getContent()
            ¶
    
        
        TaxonomyEntry.php
                :
        113
                 
    
        |  |  | 
Return values
                 getContentId()
            ¶
getContentId()
            ¶
    
        
        TaxonomyEntry.php
                :
        118
                 
    
        |  |  | 
Return values
int|null
                 getId()
            ¶
getId()
            ¶
    
        
        TaxonomyEntry.php
                :
        80
                 
    
        |  |  | 
Return values
int
                 getIdentifier()
            ¶
getIdentifier()
            ¶
    
        
        TaxonomyEntry.php
                :
        85
                 
    
        |  |  | 
Return values
string
                 getLevel()
            ¶
getLevel()
            ¶
    
        
        TaxonomyEntry.php
                :
        128
                 
    
        |  |  | 
Return values
int
                 getMainLanguageCode()
            ¶
getMainLanguageCode()
            ¶
    
        
        TaxonomyEntry.php
                :
        95
                 
    
        |  |  | 
Return values
string
                 getName()
            ¶
getName()
            ¶
    
        
        TaxonomyEntry.php
                :
        90
                 
    
        |  |  | 
Return values
string
                 getNames()
            ¶
getNames()
            ¶
    
        
        TaxonomyEntry.php
                :
        103
                 
    
        |  |  | 
Return values
array<string, string>
                 getParent()
            ¶
getParent()
            ¶
    
        
        TaxonomyEntry.php
                :
        108
                 
    
        |  |  | 
Return values
TaxonomyEntry|null
                 getTaxonomy()
            ¶
getTaxonomy()
            ¶
    
        
        TaxonomyEntry.php
                :
        123
                 
    
        |  |  | 
Return values
string
                 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>