API17:JInput:: construct
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JInput::__construct|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JInput::__construct|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function __construct ( |
| + | $source=null | ||
| + | $options=array | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 32: | Line 32: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' void | |
| − | void | + | * '''Defined''' on line 62 of libraries/joomla/application/input.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/application/input.php | + | |
| − | * | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JInput::__construct source code''' on [[jplatform:application/input.php#cl-54|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JInput/11.1|JInput]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|Application]] | ||
| + | * [[JInput::__construct|Other versions of JInput::__construct]] | ||
| + | {{SeeAlso:JInput::__construct}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JInput::__construct|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JInput::__construct|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 53: | Line 52: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JInput]][[Category:JInput::__construct]]</noinclude> | <noinclude>[[Category:JInput]][[Category:JInput::__construct]]</noinclude> | ||
Revision as of 21:10, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JInput::__construct
Description
Constructor.
Description:JInput:: construct [Edit Descripton]
public function __construct ( $source=null $options=array )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $source | array | null | Source data (Optional, default is $_REQUEST) |
| $options | array | array() | Array of configuration parameters (Optional) |
See also
-
JInput::__construct source code on BitBucket
-
Class JInput
-
Subpackage Application
- Other versions of JInput::__construct
SeeAlso:JInput:: construct [Edit See Also]
User contributed notes
<CodeExamplesForm />
