API17

JInput

From Joomla! Documentation

Revision as of 15:53, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

[Edit Descripton] Template:Description:JInput

Defined in[edit]

libraries/joomla/application/input.php

Subpackage[edit]

Application

Extends[edit]

Extended by[edit]

Methods[edit]

Method name Description
__call Magic method to get filtered input data.
__construct Constructor.
__get Magic method to get an input object.
get Gets a value from the input data.
getArray Gets an array of values from the request.
getMethod Gets the request method.
set Sets a value.
register Method to register all of the extended classes with the system autoloader.

Importing[edit]

jimport( 'joomla.application.input' );

See also[edit]

Template:SeeAlso:JInput [Edit See Also]

Examples[edit]

<CodeExamplesForm />