JFilterOutput/1.5
From Joomla! Documentation
JFilterOutput
Description
Description:JFilterOutput [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | cleanText | Cleans text of all formating and scripting code. |
| public | _ampReplaceCallback | Callback method for replacing & with & in a string. |
| public | ampReplace | Replaces & with & for xhtml compliance. |
| public | linkXHTMLSafe | This method processes a string and replaces all instances of & with & in links only. |
| public | objectHTMLSafe | Makes an object safe to display in forms. |
| public | stringURLSafe | This method processes a string and replaces all accented UTF-8 characters by unaccented ASCII-7 "equivalents", whitespaces are replaced by hyphens and the string is lowercased. |
- Defined in libraries/joomla/filter/filteroutput.php
Importing
jimport( 'joomla.filter.filteroutput' );
See also
-
JFilterOutput on api.joomla.org
-
JFilterOutput source code on JoomlaCode
-
Subpackage Filter
- Other versions of JFilterOutput
SeeAlso:JFilterOutput [Edit See Also]
User contributed notes
<CodeExamplesForm />