Copied!

AttributeGroupInterface

AttributeGroupInterface.php : 11
Interface

Methods

publicgetId()

AttributeGroupInterface.php : 13
public getId() : int

Return values

int

publicgetIdentifier()

AttributeGroupInterface.php : 15
public getIdentifier() : string

Return values

string

publicgetLabel()

AttributeGroupInterface.php : 19
public getLabel([string|null $languageCode = null ]) : string

Parameters

Name Type Default value Description
$languageCode string|null null -

Return values

string

publicgetLabels()

AttributeGroupInterface.php : 29
public getLabels() : array<string, string>

Return values

array<string, string>

publicgetLanguages()

AttributeGroupInterface.php : 24
public getLanguages() : array<string|int, string>

Return values

array<string|int, string>

publicisAiSystem()

AttributeGroupInterface.php : 17
public isAiSystem() : bool

Return values

bool