JInputFiles::get
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.
JInputFiles::get[edit]
Description[edit]
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 38 of libraries/joomla/application/input/files.php
- Since
See also[edit]
- JInputFiles::get source code on BitBucket
- Class JInputFiles
- Subpackage Application
- Other versions of JInputFiles::get
User contributed notes[edit]
Code Examples[edit]