Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (\Magento\Framework\ObjectManagerInterface $objectManager, Event\Manager $eventManager, AreaList $areaList, RequestHttp $request, ResponseHttp $response, ConfigLoaderInterface $configLoader, State $state, Filesystem $filesystem, \Magento\Framework\Registry $registry) | |
catchException (Bootstrap $bootstrap, \Exception $exception) | |
![]() | |
launch () | |
catchException (App\Bootstrap $bootstrap, \Exception $exception) | |
Protected Attributes | |
$_objectManager | |
$_eventManager | |
$_areaList | |
$_request | |
$_configLoader | |
$_state | |
$_filesystem | |
$_response | |
$registry | |
Additional Inherited Members | |
![]() | |
const | DISTRO_LOCALE_CODE = 'en_US' |
HTTP web application. Called from webroot index.php to serve web requests.
@SuppressWarnings(PHPMD.CouplingBetweenObjects)
__construct | ( | \Magento\Framework\ObjectManagerInterface | $objectManager, |
Event\Manager | $eventManager, | ||
AreaList | $areaList, | ||
RequestHttp | $request, | ||
ResponseHttp | $response, | ||
ConfigLoaderInterface | $configLoader, | ||
State | $state, | ||
Filesystem | $filesystem, | ||
\Magento\Framework\Registry | $registry | ||
) |
\Magento\Framework\ObjectManagerInterface | $objectManager | |
Event\Manager | $eventManager | |
AreaList | $areaList | |
RequestHttp | $request | |
ResponseHttp | $response | |
ConfigLoaderInterface | $configLoader | |
State | $state | |
Filesystem | $filesystem |
Definition at line 85 of file Http.php.
catchException | ( | Bootstrap | $bootstrap, |
\Exception | $exception | ||
) |
{}
Definition at line 154 of file Http.php.