Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct ($filename, $module, ThemeInterface $theme=null, $isBase=false) | |
getFilename () | |
getName () | |
getModule () | |
getTheme () | |
isBase () | |
getFileIdentifier () | |
Protected Attributes | |
$filename | |
$module | |
$theme | |
$isBase | |
$identifier | |
__construct | ( | $filename, | |
$module, | |||
ThemeInterface | $theme = null , |
||
$isBase = false |
|||
) |
getFileIdentifier | ( | ) |
getModule | ( | ) |
Retrieve fully-qualified name of a module a file belongs to
getName | ( | ) |
getTheme | ( | ) |
Retrieve instance of a theme a file belongs to
isBase | ( | ) |