Method |
Description |
|
create ( ) : GroupConfig |
|
|
delete ( ) |
Deletes the key value group configuration |
|
getById ( integer $id ) : GroupConfig |
|
|
getByName ( $name, $storeId = 1 ) : GroupConfig |
|
|
getCreationDate ( ) : integer |
|
|
getDescription ( ) : mixed |
Returns the description. |
|
getId ( ) : integer |
|
|
getModificationDate ( ) : integer |
|
|
getName ( ) : string |
|
|
getParentId ( ) : integer |
|
|
getRelations ( ) : KeyGroupRelation |
Returns all keys belonging to this group |
|
getStoreId ( ) : integer |
|
|
hasChildren ( ) |
|
|
save ( ) |
Saves the group config |
|
setCreationDate ( $creationDate ) |
|
|
setDescription ( $description ) : GroupConfig |
Sets the description. |
|
setId ( integer $id ) |
|
|
setModificationDate ( $modificationDate ) |
|
|
setName ( $name ) : void |
|
|
setParentId ( integer $parentId ) |
|
|
setStoreId ( integer $storeId ) |
|
|