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é
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence du fichier mod_related_items.php

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)
 

Documentation des variables

◆ $cacheparams

$cacheparams = new stdClass

◆ $list

$list = JModuleHelper::moduleCache($module, $params, $cacheparams)

◆ $moduleclass_sfx

if (!count( $list)) $moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx', ''), ENT_COMPAT, 'UTF-8')

◆ $showDate

$showDate = $params->get('showDate', 0)

◆ cachemode

$cacheparams cachemode = 'safeuri'

◆ method

$cacheparams method = 'getList'

◆ methodparams

$cacheparams methodparams = $params

◆ modeparams

$cacheparams modeparams = array('id' => 'int', 'Itemid' => 'int')