API17:JFilterInput:: construct
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JFilterInput::__construct|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JFilterInput::__construct|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function __construct ( |
| + | $tagsArray=array | ||
| + | $attrArray=array | ||
| + | $tagsMethod=0 | ||
| + | $attrMethod=0 | ||
| + | $xssAuto=1 | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 45: | Line 50: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 79 of libraries/joomla/filter/filterinput.php | |
| − | + | ||
| − | libraries/joomla/filter/filterinput.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JFilterInput::__construct source code''' on [[jplatform:filter/filterinput.php#cl-71|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JFilterInput/11.1|JFilterInput]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Filter/11.1|Filter]] | ||
| + | * [[JFilterInput::__construct|Other versions of JFilterInput::__construct]] | ||
| + | {{SeeAlso:JFilterInput::__construct}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JFilterInput::__construct|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JFilterInput::__construct|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 65: | Line 69: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JFilterInput]][[Category:JFilterInput::__construct]]</noinclude> | <noinclude>[[Category:JFilterInput]][[Category:JFilterInput::__construct]]</noinclude> | ||
Revision as of 20:57, 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.
JFilterInput::__construct
Description
Constructor for inputFilter class.
Description:JFilterInput:: construct [Edit Descripton]
public function __construct ( $tagsArray=array $attrArray=array $tagsMethod=0 $attrMethod=0 $xssAuto=1 )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $tagsArray | array() | ||
| $attrArray | array() | ||
| $tagsMethod | 0 | ||
| $attrMethod | 0 | ||
| $xssAuto | 1 |
- Returns
- Defined on line 79 of libraries/joomla/filter/filterinput.php
See also
-
JFilterInput::__construct source code on BitBucket
-
Class JFilterInput
-
Subpackage Filter
- Other versions of JFilterInput::__construct
SeeAlso:JFilterInput:: construct [Edit See Also]
User contributed notes
<CodeExamplesForm />
