Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Espaces de nommage | |
Joomla\Site | |
Variables | |
$startTime = microtime(1) | |
$startMem = memory_get_usage() | |
if(file_exists(dirname(__DIR__) . '/defines.php')) if(!defined('_JDEFINES')) | if (!file_exists(JPATH_LIBRARIES . '/vendor/autoload.php')||!is_dir(JPATH_ROOT . '/media/vendor')) |
$container = \Joomla\CMS\Factory::getContainer() | |
$app = $container->get(\Joomla\CMS\Application\SiteApplication::class) | |
$app = $container->get(\Joomla\CMS\Application\SiteApplication::class) |
$container = \Joomla\CMS\Factory::getContainer() |
$startMem = memory_get_usage() |
$startTime = microtime(1) |
if (file_exists(dirname(__DIR__) . '/defines.php')) if (!defined( '_JDEFINES')) if(!file_exists(JPATH_LIBRARIES . '/vendor/autoload.php')||!is_dir(JPATH_ROOT . '/media/vendor')) |