API17:JInput
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JInput
Description
Description:JInput [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __call | Magic method to get filtered input data. |
| public | __construct | Constructor. |
| public | __get | Magic method to get an input object. |
| public | get | Gets a value from the input data. |
| public | getArray | Gets an array of values from the request. |
| public | getMethod | Gets the request method. |
| public | set | Sets a value. |
- Defined in libraries/joomla/application/input.php
- Extended by
Importing
jimport( 'joomla.application.input' );
See also
-
JInput source code on BitBucket
-
Subpackage Application
- Other versions of JInput
SeeAlso:JInput [Edit See Also]
User contributed notes
See JInput_Background_for_Joomla_Platform <CodeExamplesForm />
