Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
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 | |
endforeach |
endif |
if(count($item->getChildren()) > 0 && $this->maxLevelcat > 1) |
if (count( $item->getChildren()) > 0 &&$this->maxLevelcat > 1) $this items[ $item->id] = $item->getChildren() |
$this maxLevelcat |
$this parent = $item |