API17:JInput::get
From Joomla! Documentation
JInput::get
Description
Gets a value from the input data.
public function get (
$name
$default=null
$filter= 'cmd'
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | Name of the value to get. | |
| $default | mixed | null | Default value to return if variable does not exist. |
| $filter | string | 'cmd' | Filter to apply to the value. |
- Returns mixed The filtered input value.
- Defined on line 121 of libraries/joomla/application/input.php
- Since

See also
JInput::get source code on BitBucket
Class JInput
Subpackage Application- Other versions of JInput::get
User contributed notes
Code Examples