Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Espaces de nommage | |
Joomla\Administrator | |
Variables | |
$app = Factory::getApplication() | |
$params = ComponentHelper::getParams('com_media') | |
$input = $app->input | |
$user = $app->getIdentity() | |
$wa = $this->document->getWebAssetManager() | |
$tmpl = $input->getCmd('tmpl') | |
if($tmpl==='component') | $mediaTypes = '&mediatypes=' . $input->getString('mediatypes', '0,1,2,3') |
$config | |
$app = Factory::getApplication() |
$config |
$input = $app->input |
if ( $tmpl==='component') $mediaTypes = '&mediatypes=' . $input->getString('mediatypes', '0,1,2,3') |
$params = ComponentHelper::getParams('com_media') |
$tmpl = $input->getCmd('tmpl') |
$user = $app->getIdentity() |
$wa = $this->document->getWebAssetManager() |