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 components/com_content/views/category/tmpl/blog.php

Espaces de nommage

 Joomla\Site
 

Variables

 $dispatcher = JEventDispatcher::getInstance()
 
$this category text = $this->category->description
 
$this category description = $this->category->text
 
 $results = $dispatcher->trigger('onContentAfterTitle', array($this->category->extension . '.categories', &$this->category, &$this->params, 0))
 
 $afterDisplayTitle = trim(implode("\n", $results))
 
 $beforeDisplayContent = trim(implode("\n", $results))
 
 $afterDisplayContent = trim(implode("\n", $results))
 
 endif
 
 $leadingcount = 0
 
if (!empty($this->lead_items)) ( $this->lead_items as & $item)
 
$this item = &$item
 
 endforeach
 
 $introcount = count($this->intro_items)
 
 $counter = 0
 
 if ( $rowcount===1)
 

Documentation des variables

◆ $afterDisplayContent

$afterDisplayContent = trim(implode("\n", $results))

◆ $afterDisplayTitle

$afterDisplayTitle = trim(implode("\n", $results))

◆ $beforeDisplayContent

$beforeDisplayContent = trim(implode("\n", $results))

◆ $counter

◆ $dispatcher

◆ $introcount

$introcount = count($this->intro_items)

◆ $leadingcount

$leadingcount = 0

◆ $results

$results = $dispatcher->trigger('onContentAfterTitle', array($this->category->extension . '.categories', &$this->category, &$this->params, 0))

◆ (!empty($this->lead_items))

if (!empty( $this->lead_items))($this->lead_items as &$item)

◆ description

$this category description = $this->category->text

◆ endforeach

if (( $rowcount==$this->columns) or( $counter==$introcount)) endforeach

◆ endif

endif

◆ if

if($rowcount===1)

◆ item

$this item = &$item

◆ text

$this category text = $this->category->description