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

Espaces de nommage

 Joomla\API
 

Variables

 $startTime = microtime(1)
 
 $startMem = memory_get_usage()
 
if(file_exists(dirname(__DIR__) . '/defines.php')) if (!defined( '_JDEFINES'))
 
 $container = \Joomla\CMS\Factory::getContainer()
 
 $app = $container->get(\Joomla\CMS\Application\ApiApplication::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'))