|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (\Magento\Framework\App\ScopeResolverInterface $scopeResolver, $areaCode=null) | |
| getScope ($scopeId=null) | |
| getScopes () | |
| getAreaCode () | |
Protected Attributes | |
| $scopeResolver | |
| $areaCode | |
| __construct | ( | \Magento\Framework\App\ScopeResolverInterface | $scopeResolver, |
$areaCode = null |
|||
| ) |
| \Magento\Framework\App\ScopeResolverInterface | $scopeResolver | |
| string | null | $areaCode |
Definition at line 30 of file ScopeResolver.php.
| getAreaCode | ( | ) |
{Retrieve area code
Implements ScopeResolverInterface.
Definition at line 64 of file ScopeResolver.php.
| getScope | ( | $scopeId = null | ) |
{Retrieve application scope object
| null | int | $scopeId |
Implements ScopeResolverInterface.
Definition at line 39 of file ScopeResolver.php.
| getScopes | ( | ) |
Retrieve array of URL scopes.
Implements ScopeResolverInterface.
Definition at line 56 of file ScopeResolver.php.
|
protected |
Definition at line 24 of file ScopeResolver.php.
|
protected |
Definition at line 19 of file ScopeResolver.php.