JFilterInput/1.5
From Joomla! Documentation
< JFilterInput(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 51: | Line 51: | ||
<source lang="php">jimport( 'joomla.filter.filterinput' );</source> | <source lang="php">jimport( 'joomla.filter.filterinput' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JFilterInput''' on [http://api.joomla.org/Joomla-Framework/Filter/JFilterInput.html api.joomla.org] | + | * {{JVer|1.5}} '''JFilterInput''' on [http://api.joomla.org/1.5/Joomla-Framework/Filter/JFilterInput.html api.joomla.org] |
* {{JVer|1.5}} '''JFilterInput source code''' on [[jframework15:filter/filterinput.php|JoomlaCode]] | * {{JVer|1.5}} '''JFilterInput source code''' on [[jframework15:filter/filterinput.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Filter/1.5|Filter]] | * {{JVer|1.5}} Subpackage [[Subpackage Filter/1.5|Filter]] | ||
Latest revision as of 14:31, 13 February 2013
[edit]
JFilterInput
[edit] Description
Description:JFilterInput [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor for inputFilter class. |
| public | _cleanAttributes | Internal method to strip a tag of certain attributes. |
| public | _cleanTags | Internal method to strip a string of certain tags. |
| public | _decode | Try to convert to plaintext. |
| public | _remove | Internal method to iteratively remove all unwanted tags and attributes. |
| public | checkAttribute | Function to determine if contents of an attribute is safe. |
| public | clean | Method to be called by another php script. |
| public | getInstance | Returns a reference to an input filter object, only creating it if it doesn't already exist. |
- Defined in libraries/joomla/filter/filterinput.php
- Extends JObject
[edit] Importing
jimport( 'joomla.filter.filterinput' );
[edit] See also
-
JFilterInput on api.joomla.org
-
JFilterInput source code on JoomlaCode
-
Subpackage Filter
- Other versions of JFilterInput
SeeAlso:JFilterInput [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />