Router
- Namespace: \Redaxscript\Admin\Router
- Description: parent class to provide the admin router
- Package: Redaxscript
- Category: Router
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
No property present | |||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
routeHeader | public | route the header |
routeContent | public | route the content |
_tokenGuard | protected | token guard |
_authGuard | protected | auth guard |
_updateLast | protected | update last |
_processCategory | protected | process the category |
_processArticle | protected | process the article |
_processExtra | protected | process the extra |
_processComment | protected | process the comment |
_processUser | protected | process the user |
_processGroup | protected | process the group |
_processModule | protected | process the module |
_processSetting | protected | process the setting |
_processCommon | protected | process the common |
_renderView | protected | render the view |
_renderNew | protected | render the new |
_renderEdit | protected | render the edit |
_messengerFactory | protected | messenger factory |
_errorToken | protected | show the token error |
_errorAccess | protected | show the access error |
__construct | public | constructor of the class |
init | public | init the class |
getFirst | public | get the first parameter |
getFirstSub | public | get the first sub parameter |
getSecond | public | get the second parameter |
getSecondSub | public | get the second sub parameter |
getThird | public | get the third parameter |
getThirdSub | public | get the third sub parameter |
getFourth | public | get the fourth parameter |
getFourthSub | public | get the fourth sub parameter |
getLast | public | get the last parameter |
getLastSub | public | get the last sub parameter |
getAdmin | public | get the admin parameter |
getTable | public | get the table parameter |
getAlias | public | get the alias parameter |
getId | public | get the id parameter |
getToken | public | get the token parameter |
_getParameter | protected | get the parameter by key |
_getParameterSub | protected | get the parameter sub by key |
Method | Visibility | Description |