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

Go to the source code of this file.

Variables

 $bootstrap = \Magento\Framework\App\Bootstrap::create(BP, $_SERVER)
 
 $app = $bootstrap->createApplication(\Magento\Framework\App\StaticResource::class)
 

Variable Documentation

◆ $app

$app = $bootstrap->createApplication(\Magento\Framework\App\StaticResource::class)

Definition at line 12 of file static.php.

◆ $bootstrap

$bootstrap = \Magento\Framework\App\Bootstrap::create(BP, $_SERVER)

Entry point for static resources (JS, CSS, etc.)

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Definition at line 10 of file static.php.