Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Espaces de nommage | |
Joomla\Site | |
Variables | |
$cacheparams = new stdClass | |
$cacheparams | cachemode = 'safeuri' |
$cacheparams | method = 'getList' |
$cacheparams | methodparams = $params |
$cacheparams | modeparams = array('id' => 'int', 'Itemid' => 'int') |
$list = JModuleHelper::moduleCache($module, $params, $cacheparams) | |
if(!count($list)) | $moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx', ''), ENT_COMPAT, 'UTF-8') |
$showDate = $params->get('showDate', 0) | |
$cacheparams = new stdClass |
$list = JModuleHelper::moduleCache($module, $params, $cacheparams) |
if (!count( $list)) $moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx', ''), ENT_COMPAT, 'UTF-8') |
$showDate = $params->get('showDate', 0) |
$cacheparams cachemode = 'safeuri' |
$cacheparams method = 'getList' |
$cacheparams methodparams = $params |
$cacheparams modeparams = array('id' => 'int', 'Itemid' => 'int') |