Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier administrator/components/com_scheduler/tmpl/select/default.php

Espaces de nommage

 Joomla\Administrator
 

Variables

 $app = $this->app
 
 $wa = $this->document->getWebAssetManager()
 
foreach($this->items as $item) $name = $this->escape($item->title)
 
 $desc = HTMLHelper::_('string.truncate', $this->escape(strip_tags($item->desc)), 200)
 
 endforeach
 

Documentation des variables

◆ $app

$app = $this->app

◆ $desc

$desc = HTMLHelper::_('string.truncate', $this->escape(strip_tags($item->desc)), 200)

◆ $name

foreach ( $this->items as $item) $name = $this->escape($item->title)

◆ $wa

$wa = $this->document->getWebAssetManager()

◆ endforeach

endforeach