Copied!

CustomPropertyStructureItemCreateStruct

CustomPropertyStructureItemCreateStruct.php : 11

Methods

public__construct()

CustomPropertyStructureItemCreateStruct.php : 31
public __construct(int $customPropertyStructureId, string $name, string $label, string $type[, string $description = '' ][, array<string|int, object>|null $options = null ][, bool|null $required = false ])

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 -

publicgetCustomPropertyStructureId()

CustomPropertyStructureItemCreateStruct.php : 49
public getCustomPropertyStructureId() : int

Return values

int

publicgetDescription()

CustomPropertyStructureItemCreateStruct.php : 64
public getDescription() : string

Return values

string

publicgetLabel()

CustomPropertyStructureItemCreateStruct.php : 59
public getLabel() : string

Return values

string

publicgetName()

CustomPropertyStructureItemCreateStruct.php : 54
public getName() : string

Return values

string

publicgetOptions()

CustomPropertyStructureItemCreateStruct.php : 77
public getOptions() : array<string|int, object>|null

Return values

array<string|int, object>|null

publicgetRequired()

CustomPropertyStructureItemCreateStruct.php : 82
public getRequired() : bool|null

Return values

bool|null

publicgetType()

CustomPropertyStructureItemCreateStruct.php : 69
public getType() : string

Return values

string