Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Espaces de nommage | |
Joomla\Site | |
Variables | |
$app = Factory::getApplication() | |
$this category | text = $this->category->description |
$this category | description = $this->category->text |
$results = $app->triggerEvent('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)) | |
$htag = $this->params->get('show_page_heading') ? 'h2' : 'h1' | |
endif | |
if ( $this->params->get( 'show_category_title', 1)) | |
foreach ( $this->lead_items as & $item) | |
endforeach | |
if((int) $this->params->get( 'num_columns') > 1)(int) $this -> params->get('multi_column_order', 0)===0? ' masonry-' | $blogClass = (int) $this->params->get('num_columns') |
$afterDisplayContent = trim(implode("\n", $results)) |
$afterDisplayTitle = trim(implode("\n", $results)) |
$app = Factory::getApplication() |
$beforeDisplayContent = trim(implode("\n", $results)) |
if ((int) $this->params->get('num_columns') > 1) (int) $this -> params->get( 'multi_column_order', 0)===0? ' masonry-' $blogClass = (int) $this->params->get('num_columns') |
$htag = $this->params->get('show_page_heading') ? 'h2' : 'h1' |
$results = $app->triggerEvent('onContentAfterTitle', array($this->category->extension . '.categories', &$this->category, &$this->params, 0)) |
endforeach |
endif |
foreach($this->intro_items as $key=> &$item) | ( | $this->lead_items as & | ) |
if($this->params->get('show_category_title', 1)) |
$this category text = $this->category->description |