예제 #1
0
 public function __construct(\Magento\Catalog\Block\Product\Context $context, \Magento\Framework\App\Http\Context $httpContext, array $data = array())
 {
     $this->___init();
     parent::__construct($context, $httpContext, $data);
 }