Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier administrator/components/com_languages/tmpl/installed/default.php

Espaces de nommage

 Joomla\Administrator
 

Variables

 $wa = $this->document->getWebAssetManager()
 
 $user = Factory::getUser()
 
 $listOrder = $this->escape($this->state->get('list.ordering'))
 
 $listDirn = $this->escape($this->state->get('list.direction'))
 
else __pad0__
 
 $version = new Version()
 
 $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 __pad1__
 
 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 = Factory::getUser()

◆ $version

$version = new Version()

◆ $wa

$wa = $this->document->getWebAssetManager()

◆ __pad0__

else __pad0__

◆ __pad1__

else __pad1__

◆ endforeach

endforeach

◆ endif

endif