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
Magic method to get an input object.
Description:JInput:: get [Edit Descripton]
Since
Synopsis
public JInput->__get ($name)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | mixed | Name of the input object to retrieve. |
Returns
The request input object
Defined in
libraries/joomla/application/input.php
Referenced by
See also
Examples
<CodeExamplesForm />
