Article
- Namespace: \Redaxscript\Admin\Model
- Description: parent class to provide the admin article 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 article by array |
updateByIdAndArray | public | update the article by id and array |
publishById | public | publish the article by id |
publishByCategory | public | publish the article by category |
unpublishById | public | unpublish the article by id |
unpublishByCategory | public | unpublish the article by category |
deleteById | public | delete the article by id |
deleteByCategory | public | delete the article by category |
getByAlias | public | get the article by alias |
countByCategoryAndLanguage | public | count the articles by category and language |
getSiblingByCategoryAndLanguageAndOrderAndStep | public | get the siblings by category and language and order and step |
getRouteById | public | get the article 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 |