Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence du fichier administrator/templates/hathor/html/com_modules/positions/modal.php

Espaces de nommage

 Joomla\Administrator
 

Variables

 $function = JFactory::getApplication()->input->getCmd('function', 'jSelectPosition')
 
 $lang = JFactory::getLanguage()
 
 $ordering = $this->escape($this->state->get('list.ordering'))
 
 $direction = $this->escape($this->state->get('list.direction'))
 
 $clientId = $this->state->get('client_id')
 
 $state = $this->state->get('filter.state')
 
 $template = $this->state->get('filter.template')
 
 $type = $this->state->get('filter.type')
 
 $i = 1
 
 foreach ( $this->items as $value=> $templates)
 
 endforeach
 
 endif
 

Documentation des variables

◆ $clientId

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

◆ $direction

$direction = $this->escape($this->state->get('list.direction'))

◆ $function

$function = JFactory::getApplication()->input->getCmd('function', 'jSelectPosition')

◆ $i

$i = 1

◆ $lang

$lang = JFactory::getLanguage()

◆ $ordering

$ordering = $this->escape($this->state->get('list.ordering'))

◆ $state

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

◆ $template

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

◆ $type

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

◆ endforeach

endforeach

◆ endif

endif

◆ foreach

foreach($this->items as $value=> $templates)