Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier com_menus/tmpl/items/default_batch_body.php

Espaces de nommage

 Joomla\Administrator
 

Variables

 $options
 
 $published = (int) $this->state->get('filter.published')
 
 $clientId = (int) $this->state->get('filter.client_id')
 
 $menuType = Factory::getApplication()->getUserState('com_menus.items.menutype', '')
 
 endif
 
 $opts
 
else __pad9__
 

Documentation des variables

◆ $clientId

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

◆ $menuType

$menuType = Factory::getApplication()->getUserState('com_menus.items.menutype', '')

◆ $options

$options
Valeur initiale :
= [
HTMLHelper::_('select.option', 'c', Text::_('JLIB_HTML_BATCH_COPY')),
HTMLHelper::_('select.option', 'm', Text::_('JLIB_HTML_BATCH_MOVE'))
]

◆ $opts

$opts
Valeur initiale :
= array(
'published' => $this->state->get('filter.published'),
'checkacl' => (int) $this->state->get('menutypeid'),
'clientid' => (int) $clientId,
)
$clientId
Definition: com_menus/tmpl/items/default_batch_body.php:24

Référencé par MenuField\getGroups(), JavascriptRenderer\getJsControlsDefinitionCode(), et X509\testForIntermediate().

◆ $published

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

◆ __pad9__

else __pad9__

◆ endif

endif