Comment
- Namespace: \Redaxscript\Admin\Model
- Description: parent class to provide the admin comment model
- Package: Redaxscript
- Category: Model
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
No property present | |||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
updateByIdAndArray | public | update the comment by id and array |
publishById | public | publish the comment by id |
publishByCategory | public | publish the comment by category |
publishByArticle | public | publish the comment by article |
unpublishById | public | unpublish the comment by id |
unpublishByCategory | public | unpublish the comment by category |
unpublishByArticle | public | unpublish the comment by article |
deleteById | public | delete the comment by id |
deleteByCategory | public | delete the comment by category |
deleteByArticle | public | delete the comment by article |
countByArticleAndLanguage | public | count the comments by article and language |
maxIdByArticleAndLanguage | public | max id by article and language |
getByArticleAndLanguageAndOrderAndStep | public | get the comments by article and language and order and step |
getRouteById | public | get the comment route by id |
createByArray | public | create the comment by array |
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 |