Article
- Namespace: \Redaxscript\Model
- Description: parent class to provide the article model
- Package: Redaxscript
- Category: Model
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_table | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
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 |
Category
- Namespace: \Redaxscript\Model
- Description: parent class to provide the category model
- Package: Redaxscript
- Category: Model
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_table | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
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 |
Comment
- Namespace: \Redaxscript\Model
- Description: parent class to provide the comment model
- Package: Redaxscript
- Category: Model
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_table | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
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 |
Content
- Namespace: \Redaxscript\Model
- Description: parent class to provide the content model
- Package: Redaxscript
- Category: Model
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
No property present | |||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
getTableByAlias | public | get the content table by alias |
getByTableAndId | public | get the content by table and id |
getRouteByTableAndId | public | get the content route by table and id |
Method | Visibility | Description |
ContentAbstract
- Namespace: \Redaxscript\Model
- Description: abstract class to create a model class
- Package: Redaxscript
- Category: Model
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
No property present | |||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
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 |
Extra
- Namespace: \Redaxscript\Model
- Description: parent class to provide the extra model
- Package: Redaxscript
- Category: Model
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_table | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
getByAlias | public | get the extra by alias |
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 |
Group
- Namespace: \Redaxscript\Model
- Description: parent class to provide the group model
- Package: Redaxscript
- Category: Model
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_table | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
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 |
ModelAbstract
- Namespace: \Redaxscript\Model
- Description: abstract class to create a model class
- Package: Redaxscript
- Category: Model
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_table | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
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 |
Module
- Namespace: \Redaxscript\Model
- Description: parent class to provide the module model
- Package: Redaxscript
- Category: Model
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_table | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
getByAlias | public | get the module by alias |
createByArray | public | create the module by array |
deleteByAlias | public | delete the module 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 |
Search
- Namespace: \Redaxscript\Model
- Description: parent class to provide the search model
- Package: Redaxscript
- Category: Model
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
No property present | |||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
getByTable | public | get the search by table |
_createColumnArray | protected | create the column array |
_createLikeArray | protected | create the like array |
Method | Visibility | Description |