The base class for all value objects and structs.
Properties¶
                 $assignments
            ¶
        $assignments
            ¶
    
        
        TaxonomyEntryAssignmentCollection.php
                :
        25
                 
    
        |  |  | 
                 $content
            ¶
        $content
            ¶
    
        
        TaxonomyEntryAssignmentCollection.php
                :
        20
                 
    
        |  |  | 
Methods¶
                 __construct()
            ¶
__construct()
            ¶
    
        
        TaxonomyEntryAssignmentCollection.php
                :
        30
                 
    
        Construct object optionally with a set of properties.
|  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $content | Content | - | - | 
| $assignments | array<string|int, TaxonomyEntryAssignment> | - | - | 
                 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>