API17

Difference between revisions of "JInput"

From Joomla! Documentation

m (JoomlaWikiBot moved page JInput/11.1 to API17:JInput without leaving a redirect: Robot: Moved page)
m (moving preparation)
(One intermediate revision by the same user not shown)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JInput::__call/11.1|__call]]
+
|[[API17:JInput::__call|__call]]
 
|Magic method to get filtered input data.  
 
|Magic method to get filtered input data.  
 
|-
 
|-
 
|public  
 
|public  
|[[JInput::__construct/11.1|__construct]]
+
|[[API17:JInput::__construct|__construct]]
 
|Constructor.  
 
|Constructor.  
 
|-
 
|-
 
|public  
 
|public  
|[[JInput::__get/11.1|__get]]
+
|[[API17:JInput::__get|__get]]
 
|Magic method to get an input object.  
 
|Magic method to get an input object.  
 
|-
 
|-
 
|public  
 
|public  
|[[JInput::get/11.1|get]]
+
|[[API17:JInput::get|get]]
 
|Gets a value from the input data.  
 
|Gets a value from the input data.  
 
|-
 
|-
 
|public  
 
|public  
|[[JInput::getArray/11.1|getArray]]
+
|[[API17:JInput::getArray|getArray]]
 
|Gets an array of values from the request.  
 
|Gets an array of values from the request.  
 
|-
 
|-
 
|public  
 
|public  
|[[JInput::getMethod/11.1|getMethod]]
+
|[[API17:JInput::getMethod|getMethod]]
 
|Gets the request method.  
 
|Gets the request method.  
 
|-
 
|-
 
|public  
 
|public  
|[[JInput::set/11.1|set]]
+
|[[API17:JInput::set|set]]
 
|Sets a value.  
 
|Sets a value.  
 
|-
 
|-
Line 44: Line 44:
 
* '''Defined in''' libraries/joomla/application/input.php
 
* '''Defined in''' libraries/joomla/application/input.php
 
* '''Extended by'''
 
* '''Extended by'''
** [[JInputCLI/11.1|JInputCLI]]
+
** [[API17:JInputCLI|JInputCLI]]
** [[JInputCookie/11.1|JInputCookie]]
+
** [[API17:JInputCookie|JInputCookie]]
** [[JInputFiles/11.1|JInputFiles]]
+
** [[API17:JInputFiles|JInputFiles]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.application.input' );</source>
 
<source lang="php">jimport( 'joomla.application.input' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JInput source code''' on [[jplatform:application/input.php|BitBucket]]
 
* {{JVer|11.1}} '''JInput source code''' on [[jplatform:application/input.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Application/11.1|Application]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Application|Application]]
* [[JInput|Other versions of JInput]]
+
* [[API17:JInput|Other versions of JInput]]
 
{{SeeAlso:JInput}}
 
{{SeeAlso:JInput}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 58: Line 58:
 
</span>
 
</span>
 
===User contributed notes===
 
===User contributed notes===
See [[JInput_Background_for_Joomla_Platform]]
+
See [[API17:JInput_Background_for_Joomla_Platform]]
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 69: Line 69:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JInput]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:57, 11 May 2013

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 JInput[edit]

Description[edit]

Template:Description:JInput [Edit Descripton]

Methods[edit]

Visibility Method name Description
public __call Magic method to get filtered input data.
public __construct Constructor.
public __get Magic method to get an input object.
public get Gets a value from the input data.
public getArray Gets an array of values from the request.
public getMethod Gets the request method.
public set Sets a value.

Importing[edit]

jimport( 'joomla.application.input' );

See also[edit]

Template:SeeAlso:JInput [Edit See Also]

User contributed notes[edit]

See API17:JInput_Background_for_Joomla_Platform <CodeExamplesForm />