API16:JHtmlCategory
From Joomla! Documentation
(Difference between revisions)
(New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JHtmlCategory}}
===Defined ...) |
|||
| Line 15: | Line 15: | ||
|Returns an array of categories for the given extension. | |Returns an array of categories for the given extension. | ||
|} | |} | ||
| + | |||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.html.html.category' );</source> | <source lang="php">jimport( 'joomla.html.html.category' );</source> | ||
Latest revision as of 05:05, 30 March 2010
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.
[Edit Descripton] Description:JHtmlCategory
Contents |
[edit] Defined in
libraries/joomla/html/html/category.php
[edit] Methods
| Method name | Description |
|---|---|
| options | Returns an array of categories for the given extension. |
[edit] Importing
jimport( 'joomla.html.html.category' );
[Edit See Also] SeeAlso:JHtmlCategory
[edit] Examples
<CodeExamplesForm />
