Copied!

AttributeGroupCreateStruct

AttributeGroupCreateStruct.php : 11
Final

Methods

public__construct()

AttributeGroupCreateStruct.php : 16
public __construct(string $identifier[, array<string, string> $labels = [] ][, bool $isAiSystem = false ])

Parameters

Name Type Default value Description
$identifier string - -
$labels array<string, string> [] -
$isAiSystem bool false -

publicgetIdentifier()

AttributeGroupCreateStruct.php : 22
public getIdentifier() : string

Return values

string

publicgetLabels()

AttributeGroupCreateStruct.php : 45
public getLabels() : array<string, string>

Return values

array<string, string>

publicisAiSystem()

AttributeGroupCreateStruct.php : 32
public isAiSystem() : bool

Return values

bool

publicsetIdentifier()

AttributeGroupCreateStruct.php : 27
public setIdentifier(string $identifier) : void

Parameters

Name Type Default value Description
$identifier string - -

publicsetIsAiSystem()

AttributeGroupCreateStruct.php : 37
public setIsAiSystem(bool $isAiSystem) : void

Parameters

Name Type Default value Description
$isAiSystem bool - -

publicsetLabel()

AttributeGroupCreateStruct.php : 58
public setLabel(string $languageCode, string $label) : void

Parameters

Name Type Default value Description
$languageCode string - -
$label string - -

publicsetLabels()

AttributeGroupCreateStruct.php : 53
public setLabels(array<string, string> $labels) : void

Parameters

Name Type Default value Description
$labels array<string, string> - -