JInput
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JInput[edit]
Description[edit]
Methods[edit]
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[edit]
jimport( 'joomla.application.input' );
See also[edit]
JInput source code on BitBucket
Subpackage Application
- Other versions of JInput
User contributed notes[edit]
See API17:JInput_Background_for_Joomla_Platform
Code Examples[edit]