SGL_RequestLoads Request driver, provides a number of filtering methods.
Located in /SGL/Request.php (line 54)
| Class | Description |
|---|---|
SGL_Request_Ajax
|
Loads Request driver, provides a number of filtering methods. |
SGL_Request_Browser
|
Loads Request driver, provides a number of filtering methods. |
SGL_Request_Browser2
|
Browser2 request type, which uses Horder_Routes package to resolve query data, instead SGL_Url heavy parsing used by Browser1. |
SGL_Request_Cli
|
Loads Request driver, provides a number of filtering methods. |
static singleton (line 148)
Returns a singleton Request instance.
example usage: $req = & SGL_Request::singleton(); warning: in order to work correctly, the request singleton must be instantiated statically and by reference
add (line 226)
constantToString (line 86)
debug (line 292)
get (line 190)
Retrieves values from Request object.
getActionName (line 261)
getAll (line 241)
Return an array of all Request properties.
getManagerName (line 251)
getModuleName (line 246)
getType (line 169)
Returns constant representing request type.
getUri (line 271)
init (line 58)
isEmpty (line 159)
merge (line 174)
reset (line 231)
set (line 221)
Set a value for Request object.
_getRequestType (line 116)
Used internally to determine request type before Request strategy instantiated.
Documentation generated on Wed, 23 Jan 2008 17:04:47 +0000 by phpDocumentor 1.4.1