Router
- Namespace: \Redaxscript\Router
- Description: parent class to provide the 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 |
_installGuard | protected | install guard |
_aliasValidator | protected | alias validator |
_contentValidator | protected | content validator |
_redirectSearch | protected | redirect the search |
_processSearch | protected | process the search |
_processComment | protected | process the comment |
_processLogin | protected | process the login |
_processReset | protected | process the reset |
_processRecover | protected | process the recover |
_processRegister | protected | process the register |
_processLogout | protected | process the logout |
_processInstall | protected | process the install |
_renderLogin | protected | render the login |
_renderRegister | protected | render the register |
_renderInstall | protected | render the install |
_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 |