Example #1
0
 /**
  * @param \Training\Test\Block\Context $context
  * @param \Magento\Framework\UrlFactory $urlFactory
  */
 public function __construct(\Training\Test\Block\Context $context)
 {
     $this->_devToolHelper = $context->getTestHelper();
     $this->_config = $context->getConfig();
     $this->_urlApp = $context->getUrlFactory()->create();
     parent::__construct($context);
 }