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/components/com_languages/views/installed/tmpl/default.php

Espaces de nommage

 Joomla\Administrator
 

Variables

 $user = JFactory::getUser()
 
 $listOrder = $this->escape($this->state->get('list.ordering'))
 
 $listDirn = $this->escape($this->state->get('list.direction'))
 
if(!empty($this->sidebar)) else
 
 $version = new JVersion
 
 $currentShortVersion = preg_replace('#^([0-9\.]+)(|.*)$#', '$1', $version->getShortVersion())
 
 $canEdit = $user->authorise('core.edit', 'com_languages')
 
 $canChange = $user->authorise('core.edit.state', 'com_languages')
 
 $minorVersion = $version::MAJOR_VERSION . '.' . $version::MINOR_VERSION
 
else __pad0__
 
 endif
 
 endforeach
 

Documentation des variables

◆ $canChange

$canChange = $user->authorise('core.edit.state', 'com_languages')

◆ $canEdit

$canEdit = $user->authorise('core.edit', 'com_languages')

◆ $currentShortVersion

$currentShortVersion = preg_replace('#^([0-9\.]+)(|.*)$#', '$1', $version->getShortVersion())

◆ $listDirn

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

◆ $listOrder

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

◆ $minorVersion

$minorVersion = $version::MAJOR_VERSION . '.' . $version::MINOR_VERSION

◆ $user

$user = JFactory::getUser()

◆ $version

$version = new JVersion

◆ __pad0__

else __pad0__

◆ else

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

◆ endforeach

endforeach

◆ endif

endif