Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Espaces de nommage | |
namespace | Joomla\Administrator |
Variables | |
$user = JFactory::getUser() | |
$userId = $user->get('id') | |
$client = $this->state->get('filter.client_id', 0) ? JText::_('JADMINISTRATOR') : JText::_('JSITE') | |
$clientId = $this->state->get('filter.client_id', 0) | |
$canEdit = $user->authorise('core.edit', 'com_languages') | |
$canChange = $user->authorise('core.edit.state', 'com_languages') | |
endforeach |
$canChange = $user->authorise('core.edit.state', 'com_languages') |
$canEdit = $user->authorise('core.edit', 'com_languages') |
$clientId = $this->state->get('filter.client_id', 0) |
$user = JFactory::getUser() |
$userId = $user->get('id') |
endforeach |