JHtmlMenu::treerecurse
From Joomla! Documentation
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.
JHtmlMenu::treerecurse[edit]
Description[edit]
public static function treerecurse (
$id
$indent
$list
&$children
$maxlevel=9999
$level=0
$type=1
)
Parameter | Type | Default | Description |
---|---|---|---|
$id | |||
$indent | |||
$list | |||
&$children | |||
$maxlevel | 9999 | ||
$level | 0 | ||
$type | 1 |
- Returns
- Defined on line 271 of libraries/joomla/html/html/menu.php
See also[edit]
JHtmlMenu::treerecurse source code on BitBucket
Class JHtmlMenu
Subpackage Html
- Other versions of JHtmlMenu::treerecurse
User contributed notes[edit]
Code Examples[edit]