API17:JInputFiles::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.
JInputFiles::get
Description
Gets a value from the input data.
Description:JInputFiles::get [Edit Descripton]
Since
Synopsis
public JInputFiles->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 in
libraries/joomla/application/input/files.php
Referenced by
See also
Examples
<CodeExamplesForm />
