JInputFiles::get
Gets a value from the input data.
Signature
public function get(string
$name,
[mixed
$default = null,
[string
$filter = 'cmd']] )
Parameters
-
$name
- The name of the input property (usually the name of the files INPUT tag) to get.
-
$default
- The default value to return if the named property does not exist.
-
$filter
- The filter to apply to the value.
Returns
- mixed
- The filtered input value.