API17

JFilterOutput::objectHTMLSafe

From Joomla! Documentation

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JFilterOutput::objectHTMLSafe[edit]

Description[edit]

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[edit]


User contributed notes[edit]

Code Examples[edit]