コード例 #1
0
 public function __construct(\Magento\Catalog\Block\Product\Context $context, \Magento\Framework\Stdlib\ArrayUtils $arrayUtils, \Magento\Catalog\Helper\Product $catalogProduct, \Magento\Bundle\Model\Product\PriceFactory $productPrice, \Magento\Framework\Json\EncoderInterface $jsonEncoder, \Magento\Framework\Locale\FormatInterface $localeFormat, array $data = array())
 {
     $this->___init();
     parent::__construct($context, $arrayUtils, $catalogProduct, $productPrice, $jsonEncoder, $localeFormat, $data);
 }