API17:JInput
From Joomla! Documentation
(Difference between revisions)
(→User contributed notes) |
m (→User contributed notes: bad link repair) |
||
| Line 69: | Line 69: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JInput]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JInput]]</noinclude> |
Revision as of 13:53, 29 August 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 />
