API17

Difference between revisions of "JHtml::isRegistered"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JHtml::isRegistered|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JHtml::isRegistered|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public static JHtml::isRegistered ($key)
+
public static function isRegistered ($key)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 25: Line 24:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 
+
* '''Defined''' on line 165 of libraries/joomla/html/html.php
===Defined in===
 
libraries/joomla/html/html.php (line 166)
 
* see source code in [[jplatform:html/html.php#cl-166|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JHtml::isRegistered source code''' on [[jplatform:html/html.php#cl-157|BitBucket]]
 +
* {{JVer|11.1}} Class [[JHtml/11.1|JHtml]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
 +
* [[JHtml::isRegistered|Other versions of JHtml::isRegistered]]
 +
{{SeeAlso:JHtml::isRegistered}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JHtml::isRegistered|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JHtml::isRegistered|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JHtml/11.1|JHtml]]
+
===User contributed notes===
* [[JHtml::isRegistered|Other versions of this method]]
 
{{SeeAlso:JHtml::isRegistered}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 46: Line 43:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JHtml]][[Category:JHtml::isRegistered]]</noinclude>
 
<noinclude>[[Category:JHtml]][[Category:JHtml::isRegistered]]</noinclude>

Revision as of 21:04, 27 April 2011

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 JHtml::isRegistered[edit]

Description[edit]

Test if the key is registered.

Template:Description:JHtml::isRegistered [Edit Descripton]

public static function isRegistered ($key)
Parameter Type Default Description
$key string The name of the key
  • Returns
  • Defined on line 165 of libraries/joomla/html/html.php

See also[edit]

Template:SeeAlso:JHtml::isRegistered [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />