API17:JFilterOutput::objectHTMLSafe
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JFilterOutput::objectHTMLSafe
Description
Makes an object safe to display in forms.
Description:JFilterOutput::objectHTMLSafe [Edit Descripton]
Synopsis
public static JFilterOutput::objectHTMLSafe (&$mixed, $quote_style=ENT_QUOTES, $exclude_keys='')
| Parameter | Type | Default | Description |
|---|---|---|---|
| &$mixed | |||
| $quote_style | ENT_QUOTES | ||
| $exclude_keys |
Returns
Defined in
libraries/joomla/filter/filteroutput.php (line 36)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JFilterOutput::objectHTMLSafe
Examples
<CodeExamplesForm />
