trait AddCustomAttribute

AddCustomAttribute

Methods

addCustomAttribute(string $attribute_code, string $value, bool $isConfigAble = false)

fügt ein CustomAttribute hinzu

addConfigAttribute(string $attribute_code)

hinzufügen von Konfigurations Möglichkeiten

Collection
getConfigAttributes()

No description

string|null
getCustomAttribute(type $attribute_code)

No description

Details

at line 41
Model addCustomAttribute(string $attribute_code, string $value, bool $isConfigAble = false)

fügt ein CustomAttribute hinzu

Parameters

string $attribute_code Code
string $value | \array $value Wert
bool $isConfigAble Wert

Return Value

Model dieses Objekt

at line 63
Model addConfigAttribute(string $attribute_code)

hinzufügen von Konfigurations Möglichkeiten

Parameters

string $attribute_code

Return Value

Model dieses Objekt

at line 87
Collection getConfigAttributes()

Return Value

Collection

at line 99
string|null getCustomAttribute(type $attribute_code)

Parameters

type $attribute_code

Return Value

string|null