Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Espaces de nommage | |
Joomla\Administrator | |
Variables | |
$wa = $this->document->getWebAssetManager() | |
$app = Factory::getApplication() | |
$user = $app->getIdentity() | |
$input = $app->input | |
$isModal = $input->get('layout') === 'modal' | |
$layout = $isModal ? 'modal' : 'edit' | |
$tmpl = $isModal || $input->get('tmpl', '', 'cmd') === 'component' ? '&tmpl=component' : '' | |
$clientId = $this->state->get('item.client_id', 0) | |
$lang = Factory::getLanguage()->getTag() | |
endif | |
$app = Factory::getApplication() |
$clientId = $this->state->get('item.client_id', 0) |
$input = $app->input |
$isModal = $input->get('layout') === 'modal' |
$lang = Factory::getLanguage()->getTag() |
$layout = $isModal ? 'modal' : 'edit' |
$tmpl = $isModal || $input->get('tmpl', '', 'cmd') === 'component' ? '&tmpl=component' : '' |
$user = $app->getIdentity() |
$wa = $this->document->getWebAssetManager() |
endif |