API17:JFilterInput
From Joomla! Documentation
(Difference between revisions)
(Updated to r1448:247ba8d88526) |
m (→User contributed notes: bad link repair) |
||
| Line 69: | Line 69: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JFilterInput]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JFilterInput]]</noinclude> |
Revision as of 13:43, 29 August 2012
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
Description
Description:JFilterInput [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor for inputFilter class. |
| public static | checkAttribute | Function to determine if contents of an attribute are safe. |
| public | clean | Method to be called by another php script. |
| public | getInstance | Returns an input filter object, only creating it if it doesn't already exist. |
| protected | _cleanAttributes | Internal method to strip a tag of certain attributes. |
| protected | _cleanTags | Internal method to strip a string of certain tags. |
| protected | _decode | Try to convert to plaintext. |
| protected | _remove | Internal method to iteratively remove all unwanted tags and attributes. |
- Defined in libraries/joomla/filter/filterinput.php
- Extends JObject
Importing
jimport( 'joomla.filter.filterinput' );
See also
-
JFilterInput source code on BitBucket
-
Subpackage Filter
- Other versions of JFilterInput
SeeAlso:JFilterInput [Edit See Also]
User contributed notes
<CodeExamplesForm />
