Class OutputFilter
OutputFilter
Direct known subclasses
Methods summary
public static
|
#
objectHtmlSafe( object & $mixed, integer $quote_style = ENT_QUOTES, mixed $exclude_keys = '' )
Makes an object safe to display in forms |
public static
string
|
#
linkXhtmlSafe( string $input )
This method processes a string and replaces all instances of & with & in links only. |
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
|
#
stringUrlUnicodeSlug( string $string )
This method implements unicode slugs instead of transliteration. |
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|