API17:JFilterOutput::objectHTMLSafe
From Joomla! Documentation
JFilterOutput::objectHTMLSafe
Description
Makes an object safe to display in forms.
public static function objectHTMLSafe (
&$mixed
$quote_style=ENT_QUOTES
$exclude_keys=''
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| &$mixed | |||
| $quote_style | ENT_QUOTES | ||
| $exclude_keys |
- Returns
- Defined on line 35 of libraries/joomla/filter/filteroutput.php
See also
JFilterOutput::objectHTMLSafe source code on BitBucket
Class JFilterOutput
Subpackage Filter- Other versions of JFilterOutput::objectHTMLSafe
User contributed notes
Code Examples