Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (ObjectManagerInterface $objectManager) | |
create ($filename, $module='', ThemeInterface $theme=null, $isBase=false) | |
Factory that produces view file instances
Definition at line 15 of file Factory.php.
__construct | ( | ObjectManagerInterface | $objectManager | ) |
Constructor
ObjectManagerInterface | $objectManager |
Definition at line 29 of file Factory.php.
create | ( | $filename, | |
$module = '' , |
|||
ThemeInterface | $theme = null , |
||
$isBase = false |
|||
) |
Return newly created instance of a view file
string | $filename | |
string | $module | |
ThemeInterface | null | $theme | |
bool | $isBase |
Definition at line 43 of file Factory.php.