|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (\Magento\Framework\AuthorizationInterface $authorization) | |
| isAllowed ($aclResources) | |
Protected Attributes | |
| $authorization | |
| __construct | ( | \Magento\Framework\AuthorizationInterface | $authorization | ) |
Initialize dependencies.
| \Magento\Framework\AuthorizationInterface | $authorization |
Definition at line 27 of file Authorization.php.
| isAllowed | ( | $aclResources | ) |
Check if all ACL resources are allowed to be accessed by current API user.
| string[] | $aclResources |
Definition at line 39 of file Authorization.php.
|
protected |
Definition at line 20 of file Authorization.php.