API17

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.

Joomla 11.1 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 Joomla 11.1

See also[edit]


User contributed notes[edit]

Code Examples[edit]