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

Variables

defined('JPATH_PLATFORM') or define('JPATH_PLATFORM' __DIR__
 
 $os = strtoupper(substr(PHP_OS, 0, 3))
 
 $loader = require JPATH_LIBRARIES . '/vendor/autoload.php'
 
 $errorHandler = \Symfony\Component\ErrorHandler\ErrorHandler::register()
 
if(error_reporting() &E_USER_DEPRECATED) $behavior = new \TYPO3\PharStreamWrapper\Behavior()
 

Documentation des variables

◆ $behavior

if (error_reporting() &E_USER_DEPRECATED) $behavior = new \TYPO3\PharStreamWrapper\Behavior()

◆ $errorHandler

Register the global exception handler. And set error level to server default error level. The error level may be changed later in boot up process, after application config will be loaded. Do not remove the variable, to allow to use it further, after including this file.

Référencé par Stream\__toString(), Application\execute(), et Application\run().

◆ $loader

◆ $os

$os = strtoupper(substr(PHP_OS, 0, 3))

Référencé par FtpClient\read().

◆ __DIR__