JFilterOutput
Description
JFilterOutput
Located in /joomla/filter/filteroutput.php (line 24)
JFilterOutput (Subpackage Filter)
Method Summary
static void
objectHTMLSafe
(object An &$mixed, [int $quote_style = ENT_QUOTES], [string|array $exclude_keys = ''])
Methods
Cleans text of all formating and scripting code
void
cleanText
( &$text)
- &$text
This method processes a string and replaces all instances of & with & in links only
string
linkXHTMLSafe
(string $input)
- string $input: String to process
Makes an object safe to display in forms
Object parameters that are non-string, array, object or start with underscore will be converted
void
objectHTMLSafe
(object An &$mixed, [int $quote_style = ENT_QUOTES], [string|array $exclude_keys = ''])
- object An &$mixed: object to be parsed
- int $quote_style: The optional quote style for the htmlspecialchars function
- string|array $exclude_keys: An optional single field name or array of field names not to be parsed (eg, for a textarea)
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.
string
stringURLSafe
( $string, string $input)
- string $input: String to process
- $string
Callback method for replacing & with & in a string
string
_ampReplaceCallback
(string $m)
- string $m: String to process
Documentation generated on Tue, 29 Jan 2008 18:45:59 +0000 by phpDocumentor 1.3.1



JFilterOutput (Subpackage Filter)