The base class for all value objects and structs.
Properties¶
                
        $content
            ¶
    
        
        TaxonomyEntry.php
                :
        43
                
    
        | 
                     | 
                
                    
                     | 
            
                
        $contentId
            ¶
    
        
        TaxonomyEntry.php
                :
        49
                
    
        | 
                     | 
                
                    
                     | 
            
                
        $id
            ¶
    
        
        TaxonomyEntry.php
                :
        28
                
    
        | 
                     | 
                
                    
                     | 
            
                
        $identifier
            ¶
    
        
        TaxonomyEntry.php
                :
        30
                
    
        | 
                     | 
                
                    
                     | 
            
                
        $level
            ¶
    
        
        TaxonomyEntry.php
                :
        47
                
    
        | 
                     | 
                
                    
                     | 
            
                
        $mainLanguageCode
            ¶
    
        
        TaxonomyEntry.php
                :
        34
                
    
        | 
                     | 
                
                    
                     | 
            
                
        $name
            ¶
    
        
        TaxonomyEntry.php
                :
        32
                
    
        | 
                     | 
                
                    
                     | 
            
                
        $names
            ¶
    
        
        TaxonomyEntry.php
                :
        39
                
    
        | 
                     | 
                
                    
                     | 
            
                
        $parent
            ¶
    
        
        TaxonomyEntry.php
                :
        41
                
    
        | 
                     | 
                
                    
                     | 
            
                
        $taxonomy
            ¶
    
        
        TaxonomyEntry.php
                :
        45
                
    
        | 
                     | 
                
                    
                     | 
            
Methods¶
                
__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()
            ¶
    
        
        TaxonomyEntry.php
                :
        113
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
                
getContentId()
            ¶
    
        
        TaxonomyEntry.php
                :
        118
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
int|null
                
getId()
            ¶
    
        
        TaxonomyEntry.php
                :
        80
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
int
                
getIdentifier()
            ¶
    
        
        TaxonomyEntry.php
                :
        85
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
string
                
getLevel()
            ¶
    
        
        TaxonomyEntry.php
                :
        128
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
int
                
getMainLanguageCode()
            ¶
    
        
        TaxonomyEntry.php
                :
        95
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
string
                
getName()
            ¶
    
        
        TaxonomyEntry.php
                :
        90
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
string
                
getNames()
            ¶
    
        
        TaxonomyEntry.php
                :
        103
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
array<string, string>
                
getParent()
            ¶
    
        
        TaxonomyEntry.php
                :
        108
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
TaxonomyEntry|null
                
getTaxonomy()
            ¶
    
        
        TaxonomyEntry.php
                :
        123
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
string
                
getProperties()
            ¶
    
        
        ValueObject.php
                :
        53
                
    
        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>
Attributes
- #[Ignore]