API17

Difference between revisions of "JHtmlCategory"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (moving preparation)
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
=={{JVer|11.1}} JHtmlCategory==
 +
===Description===
 +
{{Description:JHtmlCategory}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JHtmlCategory|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JHtmlCategory|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
{{Description:JHtmlCategory}}
 
===Defined in===
 
libraries/joomla/html/html/category.php
 
===Subpackage===
 
[[Subpackage Html/11.1|Html]]
 
===Extends===
 
===Extended by===
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
 +
!Visibility
 
!Method name
 
!Method name
 
!Description
 
!Description
 
|-
 
|-
|[[JHtmlCategory::categories/11.1|categories]]
+
|public static
 +
|[[API17:JHtmlCategory::categories|categories]]
 
|Returns an array of categories for the given extension.  
 
|Returns an array of categories for the given extension.  
 
|-
 
|-
|[[JHtmlCategory::options/11.1|options]]
+
|public static
 +
|[[API17:JHtmlCategory::options|options]]
 
|Returns an array of categories for the given extension.  
 
|Returns an array of categories for the given extension.  
 
|-
 
|-
 
|}
 
|}
 +
* '''Defined in''' libraries/joomla/html/html/category.php
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.html.html.category' );</source>
 
<source lang="php">jimport( 'joomla.html.html.category' );</source>
 
===See also===
 
===See also===
* [[JHtmlCategory|Other versions of this class]]
+
* {{JVer|11.1}} '''JHtmlCategory source code''' on [[jplatform:html/html/category.php|BitBucket]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
 +
* [[API17:JHtmlCategory|Other versions of JHtmlCategory]]
 
{{SeeAlso:JHtmlCategory}}
 
{{SeeAlso:JHtmlCategory}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JHtmlCategory|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JHtmlCategory|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Examples===
+
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 39: Line 41:
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JHtmlCategory]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

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 />