JInputImplements interfaces:
Joomla! Input Base Class
This is an abstracted input class used to manage retrieving data from the application environment.
Located in /libraries/joomla/input/input.php (line 41)
| Class | Description |
|---|---|
FOFInput
|
FrameworkOnFramework input handling class. Extends upon the JInput class. |
JInputCli
|
Joomla! Input CLI Class |
JInputCookie
|
Joomla! Input Cookie Class |
JInputFiles
|
Joomla! Input Files Class |
JInputJSON
|
Joomla! Input JSON Class |
array
$data
= array() (line 65)
Input data.
JFilterInput
$filter
= null (line 57)
Filter object to use.
array
$inputs
= array() (line 73)
Input objects
array
$options
= array() (line 49)
Options array for the JInput instance.
Constructor.
Define a value. The value will only be set if there's no value for the name or if it is null.
Gets a value from the input data.
Gets an array of values from the request.
Method to serialize the input.
Sets a value
Method to unserialize the input.
Magic method to get filtered input data.
Documentation generated on Tue, 19 Nov 2013 15:05:36 +0100 by phpDocumentor 1.4.3