API17

Difference between revisions of "JFilterOutput::objectHTMLSafe"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (JoomlaWikiBot moved page JFilterOutput::objectHTMLSafe/11.1 to API17:JFilterOutput::objectHTMLSafe without leaving a redirect: Robot: Moved page)
(No difference)

Revision as of 18:03, 10 May 2013

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.

Template:Description:JFilterOutput::objectHTMLSafe [Edit Descripton]

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]

Template:SeeAlso:JFilterOutput::objectHTMLSafe [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />