| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved. |
| License: | GNU/GPL, see LICENSE.php |
| Version: | $Id:output.php 6961 2007-03-15 16:06:53Z tcp $ |
| File Size: | 148 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
JFilterOutput:: (6 methods):
objectHTMLSafe()
linkXHTMLSafe()
stringURLSafe()
ampReplace()
_ampReplaceCallback()
cleanText()
Class: JFilterOutput - X-Ref
JFilterOutput| objectHTMLSafe( &$mixed, $quote_style=ENT_QUOTES, $exclude_keys='' ) X-Ref |
| Makes an object safe to display in forms Object parameters that are non-string, array, object or start with underscore will be converted param: object An object to be parsed param: int The optional quote style for the htmlspecialchars function param: string|array An optional single field name or array of field names not |
| linkXHTMLSafe($input) X-Ref |
| This method processes a string and replaces all instances of & with & in links only param: string $input String to process return: string Processed string |
| stringURLSafe($string) X-Ref |
| 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. param: string $input String to process return: string Processed string |
| ampReplace( $text ) X-Ref |
| Replaces & with & for xhtml compliance |
| _ampReplaceCallback( $m ) X-Ref |
| Callback method for replacing & with & in a string param: string $m String to process return: string Replaced string |
| cleanText( &$text ) X-Ref |
| Cleans text of all formating and scripting code |
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |