Exemple #1
0
 public function __construct(\Ess\M2ePro\Model\Config\Manager\Cache $cacheConfig, \Magento\Framework\Filesystem $filesystem, \Magento\Framework\App\ResourceConnection $resource, \Ess\M2ePro\Helper\Factory $helperFactory, \Magento\Framework\App\Helper\Context $context)
 {
     $this->cacheConfig = $cacheConfig;
     $this->filesystem = $filesystem;
     $this->resource = $resource;
     parent::__construct($helperFactory, $context);
 }
Exemple #2
0
 public function __construct(\Magento\Framework\Module\Dir $dir, \Magento\Backend\Model\UrlInterface $urlBuilder, \Magento\Framework\Stdlib\DateTime\DateTime $localeDate, \Ess\M2ePro\Helper\Factory $helperFactory, \Magento\Framework\App\Helper\Context $context)
 {
     $this->dir = $dir;
     $this->urlBuilder = $urlBuilder;
     $this->localeDate = $localeDate;
     parent::__construct($helperFactory, $context);
 }
Exemple #3
0
 public function __construct(\Magento\Catalog\Model\ResourceModel\Product $productResource, \Magento\Catalog\Model\ResourceModel\Product\Attribute\CollectionFactory $attributeColFactory, \Magento\Eav\Model\ResourceModel\Entity\Attribute\CollectionFactory $eavEntityAttributeColFactory, \Magento\Eav\Model\Config $eavConfig, \Magento\Framework\App\ResourceConnection $resourceConnection, \Magento\Framework\ObjectManagerInterface $objectManager, \Ess\M2ePro\Helper\Factory $helperFactory, \Magento\Framework\App\Helper\Context $context)
 {
     $this->productResource = $productResource;
     $this->attributeColFactory = $attributeColFactory;
     $this->eavEntityAttributeColFactory = $eavEntityAttributeColFactory;
     $this->eavConfig = $eavConfig;
     $this->resourceConnection = $resourceConnection;
     parent::__construct($objectManager, $helperFactory, $context);
 }
Exemple #4
0
 public function __construct(\Ess\M2ePro\Model\Config\Manager\Module $moduleConfig, \Ess\M2ePro\Model\Config\Manager\Cache $cacheConfig, \Ess\M2ePro\Model\Config\Manager\Primary $primaryConfig, \Magento\Framework\Module\ModuleListInterface $moduleList, \Magento\Framework\Stdlib\Cookie\CookieMetadataFactory $cookieMetadataFactory, \Magento\Framework\Stdlib\CookieManagerInterface $cookieManager, \Ess\M2ePro\Helper\Factory $helperFactory, \Magento\Framework\App\Helper\Context $context)
 {
     $this->moduleConfig = $moduleConfig;
     $this->cacheConfig = $cacheConfig;
     $this->primaryConfig = $primaryConfig;
     $this->moduleList = $moduleList;
     $this->cookieMetadataFactory = $cookieMetadataFactory;
     $this->cookieManager = $cookieManager;
     parent::__construct($helperFactory, $context);
 }
 /**
  * Creates a Google Map API helper.
  */
 public function __construct()
 {
     parent::__construct();
     $this->loaded = false;
 }