![]() |
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') | |
$listOrder = $this->escape($this->state->get('list.ordering')) | |
$listDirn = $this->escape($this->state->get('list.direction')) | |
else | __pad22__ |
endif | |
$canEdit = $user->authorise('core.edit', 'com_finder') | |
$canCheckin = $user->authorise('core.manage', 'com_checkin') || $filter->checked_out == $user->get('id') || $filter->checked_out == 0 | |
$canChange = $user->authorise('core.edit.state', 'com_finder') && $canCheckin | |
endforeach |
$canChange = $user->authorise('core.edit.state', 'com_finder') && $canCheckin |
$canCheckin = $user->authorise('core.manage', 'com_checkin') || $filter->checked_out == $user->get('id') || $filter->checked_out == 0 |
$canEdit = $user->authorise('core.edit', 'com_finder') |
$listDirn = $this->escape($this->state->get('list.direction')) |
$listOrder = $this->escape($this->state->get('list.ordering')) |
$user = JFactory::getUser() |
$userId = $user->get('id') |
else __pad22__ |
endforeach |
endif |