|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (Factory $configFactory, Response $response, array $request) | |
| launch () | |
| catchException (Bootstrap $bootstrap, \Exception $exception) | |
Public Member Functions inherited from AppInterface | |
| catchException (App\Bootstrap $bootstrap, \Exception $exception) | |
Additional Inherited Members | |
Data Fields inherited from AppInterface | |
| const | DISTRO_LOCALE_CODE = 'en_US' |
Constructor
| Factory | $configFactory | |
| Response | $response | |
| array | $request |
Definition at line 49 of file UserConfig.php.
| catchException | ( | Bootstrap | $bootstrap, |
| \Exception | $exception | ||
| ) |
| launch | ( | ) |
Run application
Implements AppInterface.
Definition at line 64 of file UserConfig.php.