Esempio n. 1
0
 public function __construct(\Magento\Catalog\Block\Product\Context $context, \Magento\Framework\Stdlib\ArrayUtils $arrayUtils, \Magento\Framework\Json\EncoderInterface $jsonEncoder, \Magento\ProductVideo\Helper\Media $mediaHelper, array $data = array())
 {
     $this->___init();
     parent::__construct($context, $arrayUtils, $jsonEncoder, $mediaHelper, $data);
 }