Пример #1
0
 public function __construct(\Magenest\Subscription\Model\AttributeFactory $attributeFactory, \Psr\Log\LoggerInterface $loggerInterface, \Magento\Framework\Stdlib\DateTime\DateTime $dateTime, \Magento\Catalog\Block\Product\Context $context, array $data)
 {
     $this->___init();
     parent::__construct($attributeFactory, $loggerInterface, $dateTime, $context, $data);
 }