Example #1
0
 public function __construct(\Magento\Catalog\Block\Product\Context $context, \Magento\Framework\App\Http\Context $httpContext, \Magento\Catalog\Helper\Product\ConfigurationPool $helperPool, \Magento\Customer\Helper\Session\CurrentCustomer $currentCustomer, \Magento\Framework\Data\Helper\PostHelper $postDataHelper, array $data = array())
 {
     $this->___init();
     parent::__construct($context, $httpContext, $helperPool, $currentCustomer, $postDataHelper, $data);
 }