API17:JFilterInput:: construct
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 10: | Line 10: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public JFilterInput::__construct ($tagsArray=array(), $attrArray=array(), $tagsMethod=0, $attrMethod=0, $xssAuto=1) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 48: | Line 48: | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/filter/filterinput.php | + | libraries/joomla/filter/filterinput.php (line 78) |
| + | * see source code in [[jplatform:filter/filterinput.php#cl-78|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:31, 23 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]
Synopsis
public JFilterInput::__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 in
libraries/joomla/filter/filterinput.php (line 78)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JFilterInput:: construct
Examples
<CodeExamplesForm />
