Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
bootstrap (array $configuration) | |
This class is wrapper on \Zend\Mvc\Application and allows to do more customization like services loading, which cannot be loaded via configuration.
Definition at line 16 of file Application.php.
bootstrap | ( | array | $configuration | ) |
Creates \Zend\Mvc\Application and bootstrap it. This method is similar to \Zend\Mvc\Application::init but allows to load Magento specific services.
array | $configuration |
Definition at line 26 of file Application.php.