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é
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence du fichier administrator/templates/hathor/html/com_languages/overrides/default.php

Espaces de nommage

 Joomla\Administrator
 

Variables

 $client = $this->state->get('filter.client') == 'site' ? JText::_('JSITE') : JText::_('JADMINISTRATOR')
 
 $language = $this->state->get('filter.language')
 
 $listOrder = $this->escape($this->state->get('list.ordering'))
 
 $listDirn = $this->escape($this->state->get('list.direction'))
 
if(!empty( $this->sidebar)) else
 
 $canEdit = JFactory::getUser()->authorise('core.edit', 'com_languages')
 
 $i = 0
 
 foreach ( $this->items as $key=> $text)
 
else __pad35__
 
 endif
 
 endforeach
 

Documentation des variables

◆ $canEdit

$canEdit = JFactory::getUser()->authorise('core.edit', 'com_languages')

◆ $client

$client = $this->state->get('filter.client') == 'site' ? JText::_('JSITE') : JText::_('JADMINISTRATOR')

◆ $i

$i = 0

◆ $language

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

◆ $listDirn

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

◆ $listOrder

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

◆ __pad35__

else __pad35__

◆ else

if (!empty($this->sidebar)) else

◆ endforeach

endforeach

◆ endif

endif

◆ foreach

foreach($this->items as $key=> $text)