Joomla CMS  3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
Référence du fichier com_categories/views/categories/tmpl/default_batch_body.php

Espaces de nommage

 Joomla\Administrator
 

Variables

 $options
 
 $published = (int) $this->state->get('filter.published')
 
 $extension = $this->escape($this->state->get('filter.extension'))
 
 endif
 

Documentation des variables

◆ $extension

$extension = $this->escape($this->state->get('filter.extension'))

◆ $options

$options
Valeur initiale :
= array(
JHtml::_('select.option', 'c', JText::_('JLIB_HTML_BATCH_COPY')),
JHtml::_('select.option', 'm', JText::_('JLIB_HTML_BATCH_MOVE'))
)

◆ $published

$published = (int) $this->state->get('filter.published')

◆ endif

endif