37 $this->_helperFactory = $helperFactory;
57 $this->_currentBlock =
$block;
58 extract($dictionary, EXTR_SKIP);
60 $this->_currentBlock = $tmpBlock;
61 }
catch (\Exception $exception) {
82 return call_user_func_array([$this->_currentBlock,
$method], $args);
96 return isset($this->_currentBlock->{
$name});
110 return $this->_currentBlock->{
$name};
124 throw new \LogicException(
$className .
' doesn\'t extends Magento\Framework\App\Helper\AbstractHelper');
render(BlockInterface $block, $fileName, array $dictionary=[])
if(!isset($_GET['name'])) $name
__construct(\Magento\Framework\ObjectManagerInterface $helperFactory)