Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Espaces de nommage | |
namespace | Joomla\Site |
Variables | |
$list = modMenuHelper::getList($params) | |
$app = JFactory::getApplication() | |
$menu = $app->getMenu() | |
$active = $menu->getActive() | |
$active_id = isset($active) ? $active->id : $menu->getDefault()->id | |
$path = isset($active) ? $active->tree : array() | |
$showAll = $params->get('showAllChildren') | |
$class_sfx = htmlspecialchars($params->get('class_sfx')) |
$active = $menu->getActive() |
$app = JFactory::getApplication() |
$class_sfx = htmlspecialchars($params->get('class_sfx')) |
$list = modMenuHelper::getList($params) |
$menu = $app->getMenu() |
$path = isset($active) ? $active->tree : array() |
$showAll = $params->get('showAllChildren') |
Référencé par modMenuHelper\getList().