Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier components/com_content/tmpl/categories/default_items.php

Espaces de nommage

 Joomla\Site
 

Variables

 endif
 
 if (count( $item->getChildren()) > 0 &&$this->maxLevelcat > 1)
 
if(count($item->getChildren()) > 0 && $this->maxLevelcat > 1) $this items [$item->id] = $item->getChildren()
 
$this parent = $item
 
$this maxLevelcat
 
 endforeach
 

Documentation des variables

◆ endforeach

endforeach

◆ endif

endif

◆ if

if(count($item->getChildren()) > 0 && $this->maxLevelcat > 1)

◆ items

if (count( $item->getChildren()) > 0 &&$this->maxLevelcat > 1) $this items[ $item->id] = $item->getChildren()

◆ maxLevelcat

$this maxLevelcat

◆ parent

$this parent = $item