API17:JInput::get
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::get
Description
Gets a value from the input data.
Description:JInput::get [Edit Descripton]
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
SeeAlso:JInput::get [Edit See Also]
User contributed notes
<CodeExamplesForm />
