API17

Difference between revisions of "JFilterOutput::objectHTMLSafe"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 42: Line 42:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JFilterOutput::objectHTMLSafe source code''' on [[jplatform:filter/filteroutput.php#cl-27|BitBucket]]
 
* {{JVer|11.1}} '''JFilterOutput::objectHTMLSafe source code''' on [[jplatform:filter/filteroutput.php#cl-27|BitBucket]]
* {{JVer|11.1}} Class [[JFilterOutput/11.1|JFilterOutput]]
+
* {{JVer|11.1}} Class [[API17:JFilterOutput|JFilterOutput]]
* {{JVer|11.1}} Subpackage [[Subpackage_Filter/11.1|Filter]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Filter|Filter]]
* [[JFilterOutput::objectHTMLSafe|Other versions of JFilterOutput::objectHTMLSafe]]
+
* [[API17:JFilterOutput::objectHTMLSafe|Other versions of JFilterOutput::objectHTMLSafe]]
 
{{SeeAlso:JFilterOutput::objectHTMLSafe}}
 
{{SeeAlso:JFilterOutput::objectHTMLSafe}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:41, 11 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 />