Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct ( $cookiePath, $startupPage, $aclResourceName) | |
getCookiePath () | |
getStartupPage () | |
getAclResource () | |
Backend Application which uses Magento Backend authentication process @api
Definition at line 14 of file BackendApp.php.
__construct | ( | $cookiePath, | |
$startupPage, | |||
$aclResourceName | |||
) |
string | $cookiePath | |
string | $startupPage | |
string | $aclResourceName |
Definition at line 36 of file BackendApp.php.
getAclResource | ( | ) |
ACL resource name to authorize access to
Definition at line 71 of file BackendApp.php.
getCookiePath | ( | ) |
Cookie path for the application to set cookie to
Definition at line 51 of file BackendApp.php.
getStartupPage | ( | ) |
Startup Page of the application to redirect after login
Definition at line 61 of file BackendApp.php.