Category
class Category extends Model
Category
{ "category": { "parent_id": 19, "name": "Slips", "is_active": true, "include_in_menu": true, "custom_attributes": [ { "attribute_code": "is_anchor", "value": "1" }, { "attribute_code": "url_key", "value": "damen/slips" }, { "attribute_code": "url_path", "value": "damen/slips" } { "attribute_code": "meta_title", "value": "Damen Slips" }, { "attribute_code": "meta_keywords", "value": "damen,slips" }, { "attribute_code": "meta_description", "value": "Das sind Slips für Damen" } ] } }
Traits
Properties
protected | $name | from Model |
Methods
neues Objekt
fügt ein CustomAttribute hinzu
hinzufügen von Konfigurations Möglichkeiten
setzt die Eltern ID der Kategorie
setzt die Position der Kategorie
Details
at line 74
__construct(string $name)
neues Objekt
in Model at line 45
addData($key, $value)
in Model at line 49
getData()
in AddCustomAttribute at line 41
Model
addCustomAttribute(string $attribute_code, string $value, bool $isConfigAble = false)
fügt ein CustomAttribute hinzu
in AddCustomAttribute at line 63
Model
addConfigAttribute(string $attribute_code)
hinzufügen von Konfigurations Möglichkeiten
in AddCustomAttribute at line 87
Collection
getConfigAttributes()
in AddCustomAttribute at line 99
string|null
getCustomAttribute(type $attribute_code)
at line 90
Category
setID(int $id)
setzt die ID der Kategorie
at line 102
Category
setActive(bool $isActive)
setzt das Aktive Flag
at line 114
Category
setParentID(int $parentID)
setzt die Eltern ID der Kategorie
at line 126
Category
setPosition(int $position)
setzt die Position der Kategorie