Request
- Namespace: \Redaxscript
- Description: children class to request globals
- Package: Redaxscript
- Category: Request
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_requestArray | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
init | public | init the class |
get | public | get the value from globals |
getArray | public | get the array from globals |
set | public | set the value to globals |
getServer | public | get the value from server |
setServer | public | set the value to server |
getQuery | public | get the value from query |
setQuery | public | set the value to query |
getPost | public | get the value from post |
setPost | public | set the value to post |
getFiles | public | get the value from files |
setFiles | public | set the value to files |
getStream | public | get the value from stream |
setStream | public | set the value to stream |
getSession | public | get the value from session |
setSession | public | set the value to session |
refreshSession | public | refresh the session |
getCookie | public | get the value from cookie |
setCookie | public | set the value to cookie |
refreshCookie | public | refresh the cookie |
_loadStream | protected | load the stream |
__construct | private | constructor of the class |
getInstance | public | get the instance |
clearInstance | public | clear the instance |
Method | Visibility | Description |