Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (\Magento\Framework\ObjectManagerInterface $helperFactory) | |
render (BlockInterface $block, $fileName, array $dictionary=[]) | |
__call ($method, $args) | |
__isset ($name) | |
__get ($name) | |
helper ($className) | |
![]() | |
render (\Magento\Framework\View\Element\BlockInterface $block, $templateFile, array $dictionary=[]) | |
Protected Attributes | |
$_currentBlock | |
$_helperFactory | |
Template engine that enables PHP templates to be used for rendering
__construct | ( | \Magento\Framework\ObjectManagerInterface | $helperFactory | ) |
__call | ( | $method, | |
$args | |||
) |
__get | ( | $name | ) |
__isset | ( | $name | ) |
helper | ( | $className | ) |
Get helper singleton
string | $className |
Definition at line 120 of file Php.php.
render | ( | BlockInterface | $block, |
$fileName, | |||
array | $dictionary = [] |
||
) |