Class JFilterWrapperOutput
Wrapper class for JFilterOutput
Methods summary
public
|
#
objectHTMLSafe( object & $mixed, integer $quote_style = 3, mixed $exclude_keys = '' )
Helper wrapper method for objectHTMLSafe
Helper wrapper method for objectHTMLSafe
Parameters
- $mixed
object - &$mixed An object to be parsed.
- $quote_style
integer - $quote_style The optional quote style for the htmlspecialchars function.
- $exclude_keys
mixed - $exclude_keys An optional string single field name or array of field names not.
Since
3.4
See
JFilterOutput::objectHTMLSafe()
|
public
string
|
#
linkXHTMLSafe( string $input )
Helper wrapper method for linkXHTMLSafe
Helper wrapper method for linkXHTMLSafe
Parameters
- $input
string - $input String to process.
Returns
string - Processed string.
Since
3.4
See
|
public
string
|
#
stringURLSafe( string $string )
Helper wrapper method for stringURLSafe
Helper wrapper method for stringURLSafe
Parameters
- $string
string - $string String to process.
Returns
string - Processed string.
Since
3.4
See
|
public
string
|
#
stringURLUnicodeSlug( string $string )
Helper wrapper method for stringURLUnicodeSlug
Helper wrapper method for stringURLUnicodeSlug
Parameters
- $string
string - $string String to process.
Returns
string - Processed string.
Since
3.4
See
JFilterOutput::stringURLUnicodeSlug()
|
public
string
|
#
ampReplace( string $text )
Helper wrapper method for ampReplace
Helper wrapper method for ampReplace
Parameters
- $text
string - $text Text to process.
Returns
string - Processed string.
Since
3.4
See
|
public
string
|
#
_ampReplaceCallback( string $m )
Helper wrapper method for _ampReplaceCallback
Helper wrapper method for _ampReplaceCallback
Parameters
- $m
string - $m String to process.
Returns
string - Replaced string.
Since
3.4
See
|
public
string
|
#
cleanText( string & $text )
Helper wrapper method for cleanText
Helper wrapper method for cleanText
Parameters
- $text
string - &$text Text to clean.
Returns
string - Cleaned text.
Since
3.4
See
|
public
string
|
#
stripImages( string $string )
Helper wrapper method for stripImages
Helper wrapper method for stripImages
Parameters
- $string
string - $string Sting to be cleaned.
Returns
string - Cleaned string.
Since
3.4
See
|
public
string
|
#
stripIframes( string $string )
Helper wrapper method for stripIframes
Helper wrapper method for stripIframes
Parameters
- $string
string - $string Sting to be cleaned.
Returns
string - Cleaned string.
Since
3.4
See
|
Magic methods summary