CustomPropertyStructureItemCreateStruct
        CustomPropertyStructureItemCreateStruct.php
                :
        11
                 
    
                                Final
                
        
        
                Methods¶
                 __construct()
            ¶
__construct()
            ¶
    
        
        CustomPropertyStructureItemCreateStruct.php
                :
        31
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $customPropertyStructureId | int | - | - | 
| $name | string | - | - | 
| $label | string | - | - | 
| $type | string | - | - | 
| $description | string | '' | - | 
| $options | array<string|int, object>|null | null | - | 
| $required | bool|null | false | - | 
                 getCustomPropertyStructureId()
            ¶
getCustomPropertyStructureId()
            ¶
    
        
        CustomPropertyStructureItemCreateStruct.php
                :
        49
                 
    
        |  |  | 
Return values
int
                 getDescription()
            ¶
getDescription()
            ¶
    
        
        CustomPropertyStructureItemCreateStruct.php
                :
        64
                 
    
        |  |  | 
Return values
string
                 getLabel()
            ¶
getLabel()
            ¶
    
        
        CustomPropertyStructureItemCreateStruct.php
                :
        59
                 
    
        |  |  | 
Return values
string
                 getName()
            ¶
getName()
            ¶
    
        
        CustomPropertyStructureItemCreateStruct.php
                :
        54
                 
    
        |  |  | 
Return values
string
                 getOptions()
            ¶
getOptions()
            ¶
    
        
        CustomPropertyStructureItemCreateStruct.php
                :
        77
                 
    
        |  |  | 
Return values
array<string|int, object>|null
                 getRequired()
            ¶
getRequired()
            ¶
    
        
        CustomPropertyStructureItemCreateStruct.php
                :
        82
                 
    
        |  |  | 
Return values
bool|null
                 getType()
            ¶
getType()
            ¶
    
        
        CustomPropertyStructureItemCreateStruct.php
                :
        69
                 
    
        |  |  | 
Return values
string