Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Espaces de nommage | |
Joomla\Site | |
Variables | |
$cacheid = md5($module->id) | |
$cacheparams = new \stdClass() | |
$cacheparams | cachemode = 'id' |
$cacheparams | method = 'getList' |
$cacheparams | methodparams = $params |
$cacheparams | modeparams = $cacheid |
$list = ModuleHelper::moduleCache($module, $params, $cacheparams) | |
$startLevel = $list ? reset($list)->getParent()->level : null | |
$cacheid = md5($module->id) |
$cacheparams = new \stdClass() |
Référencé par ModuleRenderer\render().
$list = ModuleHelper::moduleCache($module, $params, $cacheparams) |
$cacheparams cachemode = 'id' |
$cacheparams method = 'getList' |
$cacheparams methodparams = $params |
$cacheparams modeparams = $cacheid |