JFilterOutput::objectHTMLSafe
Makes an object safe to display in forms
Object parameters that are non-string, array, object or start with underscore will be converted
Signature
public function objectHTMLSafe(&
$mixed,
[integer
$quote_style = ENT_QUOTES,
[string
$exclude_keys = '']] )
Parameters
-
$mixed
-
$quote_style
- The optional quote style for the htmlspecialchars function
-
$exclude_keys
- An optional string single field name or array of field names not
Returns
- void