| API | Package | Subpackage | Class | Method | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
Filter |
JFilterOutput |
objectHTMLSafe |
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>
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 | string | array | An optional single field name or array of field names not to be parsed (eg, for a textarea) |
Example