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