JFilterOutput/11.1
出典: Joomla! ドキュメンテーション
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| public static | _ampReplaceCallback | Callback method for replacing & with & in a string. |
| public static | ampReplace | Replaces & with & for xhtml compliance. |
| public static | cleanText | Cleans text of all formating and scripting code. |
| public static | linkXHTMLSafe | This method processes a string and replaces all instances of & with & in links only. |
| public static | objectHTMLSafe | Makes an object safe to display in forms. |
| public static | 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. |
| public static | stringURLUnicodeSlug | This method implements unicode slugs instead of transliteration. |
| public static | stripImages | Strip img-tags from string. |
- Defined in libraries/joomla/filter/filteroutput.php
Importing
jimport( 'joomla.filter.filteroutput' );
See also
JFilterOutput source code on BitBucket
Subpackage Filter
User contributed notes
<CodeExamplesForm />
%DPL-1.7.6-ERROR: Wrong '$0' parameter: 'namespace'! Help: $0= empty string (Main).
自動更新 2012/05/24 22:33:01
