Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier includes/app.php

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)
 

Documentation des variables

◆ $app

◆ $container

◆ $startMem

$startMem = memory_get_usage()

◆ $startTime

$startTime = microtime(1)

◆ if

if (file_exists(dirname(__DIR__) . '/defines.php')) if (!defined( '_JDEFINES')) if(!file_exists(JPATH_LIBRARIES . '/vendor/autoload.php')||!is_dir(JPATH_ROOT . '/media/vendor'))