Resolver
- Namespace: \Redaxscript\Router
- Description: children class to resolve a route
- Package: Redaxscript
- Category: Router
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_resolverArray | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
getLite | public | get the lite route |
getFull | public | get the full route |
_getRoute | protected | get the route |
__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 |