Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
getCode () | |
getId () | |
getScopeType () | |
getScopeTypeName () | |
getName () | |
Additional Inherited Members | |
![]() | |
const | SCOPE_DEFAULT = 'default' |
Class ScopeDefault
Definition at line 11 of file ScopeDefault.php.
getCode | ( | ) |
Retrieve scope code
Implements ScopeInterface.
Definition at line 18 of file ScopeDefault.php.
getId | ( | ) |
Get scope identifier
Implements ScopeInterface.
Definition at line 28 of file ScopeDefault.php.
getName | ( | ) |
Get scope name
Implements ScopeInterface.
Definition at line 58 of file ScopeDefault.php.
getScopeType | ( | ) |
Get scope type
Implements ScopeInterface.
Definition at line 38 of file ScopeDefault.php.
getScopeTypeName | ( | ) |
Get scope type name
Implements ScopeInterface.
Definition at line 48 of file ScopeDefault.php.