Example #1
0
 /**
  * Constructor
  *
  * @param \Magento\Backend\Block\Widget\Context $context
  * @param \Magento\Framework\Registry $registry
  */
 public function __construct(\Magento\Backend\Block\Widget\Context $context, \Magento\Framework\Registry $registry)
 {
     $this->authorization = $context->getAuthorization();
     parent::__construct($context, $registry);
 }