Support Joomla!

references:joomla.framework:filter:jfilteroutput-objecthtmlsafe

Table of Contents

objectHTMLSafe

API Package Subpackage Class Method Reference Last reviewed Doc status
API Home Package Joomla.Framework Subpackage Filter Class JFilterOutput Method objectHTMLSafe Reference objectHTMLSafe() Never Work in Progress

Makes an object safe to display in forms<p>Object parameters that are non-string, array, object or start with underscore will be converted</p>

Syntax

void objectHTMLSafe ( &$mixed, $quote_style, $exclude_keys )

&$mixed object An object to be parsed
$quote_style int The optional quote style for the htmlspecialchars function
$exclude_keys stringarray An optional single field name or array of field names not to be parsed (eg, for a textarea)

Examples

Example


 
references/joomla.framework/filter/jfilteroutput-objecthtmlsafe.txt (414 views) · Last modified: 2007/08/15 15:06