Group
- Namespace: \Redaxscript\Admin\Model
- Description: parent class to provide the admin group model
- Package: Redaxscript
- Category: Model
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
No property present | |||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
isUniqueByIdAndAlias | public | is unique by id and alias |
createByArray | public | create the group by array |
updateByIdAndArray | public | update the group by id and array |
enableById | public | enable the group by id |
disableById | public | disable the group by id |
deleteById | public | delete the group by id |
getByAlias | public | get the group by alias |
getById | public | get the item by id |
getAll | public | get all |
query | public | query the table |
clearCache | public | clear cache for the table |
Method | Visibility | Description |