Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
index.php File Reference

Go to the source code of this file.

Variables

if(PHP_SAPI=='cli') try
 
catch(\Exception $e) $handler = new \Magento\Framework\App\ErrorHandler()
 
 $configuration = require __DIR__ . '/config/application.config.php'
 
 $bootstrap = new Application()
 
 $application = $bootstrap->bootstrap($configuration)
 

Variable Documentation

◆ $application

$application = $bootstrap->bootstrap($configuration)

Definition at line 35 of file index.php.

◆ $bootstrap

$bootstrap = new Application()

Definition at line 34 of file index.php.

◆ $configuration

$configuration = require __DIR__ . '/config/application.config.php'

Definition at line 33 of file index.php.

◆ $handler

catch (\Exception $e) $handler = new \Magento\Framework\App\ErrorHandler()

Definition at line 30 of file index.php.

◆ try

if (PHP_SAPI=='cli') try
Initial value:
{
require __DIR__ . '/../app/bootstrap.php'
defined('TESTS_BP')||define('TESTS_BP' __DIR__
Definition: _bootstrap.php:60

Definition at line 14 of file index.php.