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/components/com_finder/views/maps/tmpl/default.php

Espaces de nommage

 Joomla\Administrator
 

Variables

 $listOrder = $this->escape($this->state->get('list.ordering'))
 
 $listDirn = $this->escape($this->state->get('list.direction'))
 
 $lang = JFactory::getLanguage()
 
 $branchFilter = $this->escape($this->state->get('filter.branch'))
 
 $colSpan = $branchFilter ? 5 : 6
 

Documentation des variables

◆ $branchFilter

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

◆ $colSpan

$colSpan = $branchFilter ? 5 : 6

◆ $lang

$lang = JFactory::getLanguage()

◆ $listDirn

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

◆ $listOrder

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