Class JFilterOutput
JFilterOutput
- Joomla\Filter\OutputFilter
- JFilterOutput
Package: Joomla\Platform\Filter
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.1
Located at joomla/filter/output.php
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.1
Located at joomla/filter/output.php
Methods summary
public static
string
|
#
linkXHTMLSafe( string $input )
This method processes a string and replaces all instances of & with & in links only. |
public static
string
|
#
stringJSSafe( string $string )
This method processes a string and escapes it for use in JavaScript |
public static
string
|
#
stringURLSafe( string $string, string $language = '' )
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 lowercase. |
public static
string
|
|
public static
string
|
Methods inherited from Joomla\Filter\OutputFilter
ampReplace()
,
cleanText()
,
linkXhtmlSafe()
,
objectHtmlSafe()
,
stringUrlSafe()
,
stringUrlUnicodeSlug()
,
stripIframes()
,
stripImages()