API17

JInputFiles::get

From Joomla! Documentation

Revision as of 21:10, 27 April 2011 by Doxiki2 (talk | contribs) (Updated to r1448:247ba8d88526)

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.

Template:Description:JInputFiles::get [Edit Descripton]

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]

Template:SeeAlso:JInputFiles::get [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />