[ ]
[ ]
[ ]
Element index for package Http
[
a ]
[
g ]
[
h ]
[
i ]
[
r ]
[
s ]
[
t ]
[
v ]
[
_ ]
'_'
- $_fields
- in file Request.class.php, variable Gumbo_Http_Request::$_fields
- $_ignore
- in file Input.class.php, variable Gumbo_Http_Input::$_ignore
- $_input
- in file Input.class.php, variable Gumbo_Http_Input::$_input
- $_instance
- in file Request.class.php, variable Gumbo_Http_Request::$_instance
- $_instance
- in file Input.class.php, variable Gumbo_Http_Input::$_instance
- $_map
- in file Request.class.php, variable Gumbo_Http_Request::$_map
- $_method
- in file Request.class.php, variable Gumbo_Http_Request::$_method
- $_mode
- in file Request.class.php, variable Gumbo_Http_Request::$_mode
- __construct
- in file Request.class.php, method Gumbo_Http_Request::__construct()
Constructor
- __construct
- in file Input.class.php, method Gumbo_Http_Input::__construct()
Constructor
- __get
- in file Request.class.php, method Gumbo_Interface_Http_Request::__get()
Returns the value of the $_REQUEST field based on the mode
- __get
- in file Request.class.php, method Gumbo_Http_Request::__get()
Returns the value of the $_REQUEST field based on the mode
- __get
- in file Input.class.php, method Gumbo_Http_Input::__get()
Returns the Input object for a given field
- __isset
- in file Request.class.php, method Gumbo_Http_Request::__isset()
Returns if the field exists in the REQUEST array
- __isset
- in file Request.class.php, method Gumbo_Interface_Http_Request::__isset()
Returns if the field exists in the REQUEST array
- __set
- in file Input.class.php, method Gumbo_Http_Input::__set()
Adds|Resets a Constraint for the supplied REQUEST field name
top
'a'
- addConstraint
- in file Input.class.php, method Gumbo_Interface_Http_Input::addConstraint()
Adds a Constraint to a given field
- addConstraint
- in file Input.class.php, method Gumbo_Http_Input::addConstraint()
Adds a Constraint to a given field
- addField
- in file Request.class.php, method Gumbo_Http_Request::addField()
Adds a status to the $_REQUEST field
top
'g'
- get
- in file Request.class.php, method Gumbo_Http_Request::get()
Returns the value of the $_REQUEST field
- get
- in file Request.class.php, method Gumbo_Interface_Http_Request::get()
Returns the value of the $_REQUEST field
- getAllFields
- in file Request.class.php, method Gumbo_Http_Request::getAllFields()
Returns all the fields status codes
- getField
- in file Request.class.php, method Gumbo_Http_Request::getField()
Returns the status of the $_REQUEST field
- getInput
- in file Input.class.php, method Gumbo_Interface_Http_Input::getInput()
Returns the Constaints of the supplied field
- getInput
- in file Input.class.php, method Gumbo_Http_Input::getInput()
Returns the Constaints of the supplied field
- getMap
- in file Request.class.php, method Gumbo_Http_Request::getMap()
Returns an array map of User Input
- getMap
- in file Request.class.php, method Gumbo_Interface_Http_Request::getMap()
Returns an array map of User Input
- getMethod
- in file Request.class.php, method Gumbo_Interface_Http_Request::getMethod()
Returns the HTTP request method
- getMethod
- in file Request.class.php, method Gumbo_Http_Request::getMethod()
Returns the HTTP request method
- getMode
- in file Request.class.php, method Gumbo_Http_Request::getMode()
Returns the mode return values will be retrieved from
- getMode
- in file Request.class.php, method Gumbo_Interface_Http_Request::getMode()
Returns the mode return values will be retrieved from
- getRaw
- in file Request.class.php, method Gumbo_Http_Request::getRaw()
Returns the raw data value from $_REQUEST, $_POST, $_GET, or $_COOKIE
- Gumbo_Http_Input
- in file Input.class.php, class Gumbo_Http_Input
Http User Input Class
- Gumbo_Http_Request
- in file Request.class.php, class Gumbo_Http_Request
Http Request Class
- Gumbo_Interface_Http_Input
- in file Input.class.php, class Gumbo_Interface_Http_Input
Http User Input Interface
- Gumbo_Interface_Http_Request
- in file Request.class.php, class Gumbo_Interface_Http_Request
HTTP Request Interface
top
'h'
- hasInput
- in file Input.class.php, method Gumbo_Http_Input::hasInput()
Returns if the field has a constraint
- hasInput
- in file Input.class.php, method Gumbo_Interface_Http_Input::hasInput()
Returns if the field has a constraint
top
'i'
- Input.class.php
- procedural page Input.class.php
- instance
- in file Request.class.php, method Gumbo_Http_Request::instance()
Singleton Pattern Method
- instance
- in file Input.class.php, method Gumbo_Http_Input::instance()
Singleton Method
- Input.class.php
- procedural page Input.class.php
- isField
- in file Request.class.php, method Gumbo_Http_Request::isField()
Returns if the field has been registered
top
'r'
- Request.class.php
- procedural page Request.class.php
- Request.class.php
- procedural page Request.class.php
- resetInput
- in file Input.class.php, method Gumbo_Http_Input::resetInput()
Resets Constraints
- resetInput
- in file Input.class.php, method Gumbo_Interface_Http_Input::resetInput()
Resets Constraints
top
's'
- setField
- in file Request.class.php, method Gumbo_Http_Request::setField()
Sets a status code for a $_REQUEST field
- setIgnoreConstraints
- in file Input.class.php, method Gumbo_Interface_Http_Input::setIgnoreConstraints()
Sets if the object should ignore the status code and return raw data
- setIgnoreConstraints
- in file Input.class.php, method Gumbo_Http_Input::setIgnoreConstraints()
Sets if the object should ignore the status code and return raw data
- setMode
- in file Request.class.php, method Gumbo_Http_Request::setMode()
Sets the default return mode (request|cookie|post|get)
- setMode
- in file Request.class.php, method Gumbo_Interface_Http_Request::setMode()
Sets the default return mode (request|cookie|post|get)
top
't'
- toIgnoreConstraints
- in file Input.class.php, method Gumbo_Http_Input::toIgnoreConstraints()
Returns if data should be returned raw
- toIgnoreConstraints
- in file Input.class.php, method Gumbo_Interface_Http_Input::toIgnoreConstraints()
Returns if data should be returned raw
top
'v'
- validate
- in file Request.class.php, method Gumbo_Http_Request::validate()
Validates the $_REQUEST variable Constraints (if null, validates all)
- validate
- in file Request.class.php, method Gumbo_Interface_Http_Request::validate()
Validates the $_REQUEST variable Input Constraints (if null, validates all)
top