Parameter
- Namespace: Redaxscript\Router
- Description: parent class to get the parameter
- Package: Redaxscript
- Category: Router
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
$_request | \Redaxscript\Request | protected | instance of the request class |
$_parameterArray | array | protected | array of the parameter |
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
__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 |