API17

Difference between revisions of "JHtmlCategory"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlCategory::categories/11.1|categories]]
+
|[[API17:JHtmlCategory::categories|categories]]
 
|Returns an array of categories for the given extension.  
 
|Returns an array of categories for the given extension.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlCategory::options/11.1|options]]
+
|[[API17:JHtmlCategory::options|options]]
 
|Returns an array of categories for the given extension.  
 
|Returns an array of categories for the given extension.  
 
|-
 
|-
Line 27: Line 27:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JHtmlCategory source code''' on [[jplatform:html/html/category.php|BitBucket]]
 
* {{JVer|11.1}} '''JHtmlCategory source code''' on [[jplatform:html/html/category.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
* [[JHtmlCategory|Other versions of JHtmlCategory]]
+
* [[API17:JHtmlCategory|Other versions of JHtmlCategory]]
 
{{SeeAlso:JHtmlCategory}}
 
{{SeeAlso:JHtmlCategory}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:52, 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 JHtmlCategory[edit]

Description[edit]

Template:Description:JHtmlCategory [Edit Descripton]

Methods[edit]

Visibility Method name Description
public static categories Returns an array of categories for the given extension.
public static options Returns an array of categories for the given extension.
  • Defined in libraries/joomla/html/html/category.php

Importing[edit]

jimport( 'joomla.html.html.category' );

See also[edit]

Template:SeeAlso:JHtmlCategory [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />