Category
- Namespace: \Redaxscript\Admin\Model
- Description: parent class to provide the admin category 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 category by array |
updateByIdAndArray | public | update the category by id and array |
publishById | public | publish the category by id |
unpublishById | public | unpublish the category by id |
deleteById | public | delete the category by id |
getByAlias | public | get the category by alias |
getRouteById | public | get the category route by id |
getAllByOrder | public | get all by order |
getByLanguageAndOrder | public | get the content by language and order |
getSiblingByIdAndLanguageAndOrder | public | get the sibling by id and language and order |
getSiblingArrayById | public | get sibling array by id |
publishByDate | public | publish by date |
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 |