Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (ObjectManagerInterface $objectManager) | |
getScope ($scopeId=null) | |
getScopes () | |
Protected Attributes | |
$objectManager | |
Definition at line 10 of file ScopeResolver.php.
__construct | ( | ObjectManagerInterface | $objectManager | ) |
ScopeResolver constructor
ObjectManagerInterface | $objectManager |
Definition at line 27 of file ScopeResolver.php.
getScope | ( | $scopeId = null | ) |
{Retrieve application scope object
null | int | $scopeId |
Implements ScopeResolverInterface.
Definition at line 36 of file ScopeResolver.php.
getScopes | ( | ) |
Retrieve a list of available scopes
Implements ScopeResolverInterface.
Definition at line 50 of file ScopeResolver.php.
|
protected |
Definition at line 15 of file ScopeResolver.php.