API17:JInput
From Joomla! Documentation
(Difference between revisions)
(Updated to r1448:247ba8d88526) |
(→User contributed notes) |
||
| Line 58: | Line 58: | ||
</span> | </span> | ||
===User contributed notes=== | ===User contributed notes=== | ||
| + | See [[JInput_Background_for_Joomla_Platform]] | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
Revision as of 04:26, 9 January 2012
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 />
