API17:JFilterOutput::objectHTMLSafe
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JFilterOutput::objectHTMLSafe|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JFilterOutput::objectHTMLSafe|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public static | + | public static function objectHTMLSafe ( |
| + | &$mixed | ||
| + | $quote_style=ENT_QUOTES | ||
| + | $exclude_keys='' | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 35: | Line 38: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 35 of libraries/joomla/filter/filteroutput.php | |
| − | + | ||
| − | libraries/joomla/filter/filteroutput.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{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}} Subpackage [[Subpackage_Filter/11.1|Filter]] | ||
| + | * [[JFilterOutput::objectHTMLSafe|Other versions of JFilterOutput::objectHTMLSafe]] | ||
| + | {{SeeAlso:JFilterOutput::objectHTMLSafe}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JFilterOutput::objectHTMLSafe|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JFilterOutput::objectHTMLSafe|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 56: | Line 57: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JFilterOutput]][[Category:JFilterOutput::objectHTMLSafe]]</noinclude> | <noinclude>[[Category:JFilterOutput]][[Category:JFilterOutput::objectHTMLSafe]]</noinclude> | ||
Revision as of 20:57, 27 April 2011
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]
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
SeeAlso:JFilterOutput::objectHTMLSafe [Edit See Also]
User contributed notes
<CodeExamplesForm />
