public function __construct(\Magento\Catalog\Model\CategoryFactory $catalogCategoryFactory, \Magento\Store\Model\GroupFactory $storeGroupFactory, \Magento\Store\Model\StoreManagerInterface $storeManager, \Ess\M2ePro\Helper\Factory $helperFactory, \Magento\Framework\App\Helper\Context $context) { $this->catalogCategoryFactory = $catalogCategoryFactory; $this->storeGroupFactory = $storeGroupFactory; $this->storeManager = $storeManager; parent::__construct($helperFactory, $context); }
public function __construct(\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory, \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayParentFactory, \Magento\Framework\App\ResourceConnection $resourceConnection, \Ess\M2ePro\Helper\Factory $helperFactory, \Magento\Framework\App\Helper\Context $context) { $this->activeRecordFactory = $activeRecordFactory; $this->ebayParentFactory = $ebayParentFactory; $this->resourceConnection = $resourceConnection; parent::__construct($helperFactory, $context); }
public function __construct(\Ess\M2ePro\Model\Factory $modelFactory, \Ess\M2ePro\Model\Config\Manager\Module $moduleConfig, \Ess\M2ePro\Model\Log\SystemFactory $logSystemFactory, \Ess\M2ePro\Helper\Factory $helperFactory, \Magento\Framework\App\Helper\Context $context) { $this->modelFactory = $modelFactory; $this->moduleConfig = $moduleConfig; $this->logSystemFactory = $logSystemFactory; parent::__construct($helperFactory, $context); }
public function __construct(\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory, \Ess\M2ePro\Model\Factory $modelFactory, \Ess\M2ePro\Model\Config\Manager\Module $moduleConfig, \Ess\M2ePro\Helper\Factory $helperFactory, \Magento\Framework\App\Helper\Context $context) { $this->activeRecordFactory = $activeRecordFactory; $this->modelFactory = $modelFactory; $this->moduleConfig = $moduleConfig; parent::__construct($helperFactory, $context); }
public function __construct(\Ess\M2ePro\Model\Factory $modelFactory, \Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory, \Magento\Framework\Message\ManagerInterface $messageManager, \Ess\M2ePro\Helper\Factory $helperFactory, \Magento\Framework\App\Helper\Context $context) { $this->modelFactory = $modelFactory; $this->activeRecordFactory = $activeRecordFactory; $this->messageManager = $messageManager; parent::__construct($helperFactory, $context); }
public function __construct(\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory, \Magento\Backend\Model\UrlInterface $urlBuilder, \Ess\M2ePro\Model\ActiveRecord\Factory $modelFactory, \Ess\M2ePro\Helper\Factory $helperFactory, \Magento\Framework\App\Helper\Context $context) { $this->activeRecordFactory = $activeRecordFactory; $this->urlBuilder = $urlBuilder; $this->modelFactory = $modelFactory; parent::__construct($helperFactory, $context); }
public function __construct(\Magento\Backend\Model\UrlInterface $urlBuilder, \Ess\M2ePro\Model\Config\Manager\Cache $cacheConfig, \Ess\M2ePro\Model\ActiveRecord\Factory $modelFactory, \Magento\Backend\Model\Auth\Session $authSession, \Ess\M2ePro\Helper\Factory $helperFactory, \Magento\Framework\App\Helper\Context $context) { $this->urlBuilder = $urlBuilder; $this->cacheConfig = $cacheConfig; $this->modelFactory = $modelFactory; $this->authSession = $authSession; parent::__construct($helperFactory, $context); }
public function __construct(\Ess\M2ePro\Model\Factory $modelFactory, \Ess\M2ePro\Model\Config\Manager\Module $moduleConfig, \Magento\Framework\Stdlib\Cookie\CookieMetadataFactory $cookieMetadataFactory, \Magento\Framework\Stdlib\CookieManagerInterface $cookieManager, \Ess\M2ePro\Helper\Factory $helperFactory, \Magento\Framework\App\Helper\Context $context) { $this->modelFactory = $modelFactory; $this->moduleConfig = $moduleConfig; $this->cookieMetadataFactory = $cookieMetadataFactory; $this->cookieManager = $cookieManager; parent::__construct($helperFactory, $context); }
public function __construct(\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory, \Magento\Store\Model\StoreManagerInterface $storeManager, \Ess\M2ePro\Model\Ebay\Template\Manager $templateManager, \Ess\M2ePro\Model\Ebay\Template\ManagerFactory $templateManagerFactory, \Ess\M2ePro\Helper\Factory $helperFactory, \Magento\Framework\App\Helper\Context $context) { $this->ebayFactory = $ebayFactory; $this->storeManager = $storeManager; $this->templateManager = $templateManager; $this->templateManagerFactory = $templateManagerFactory; parent::__construct($helperFactory, $context); }
public function __construct(\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory, \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory, \Ess\M2ePro\Model\Config\Manager\Module $moduleConfig, \Magento\Framework\Stdlib\DateTime\TimezoneInterface $localeDate, \Ess\M2ePro\Helper\Factory $helperFactory, \Magento\Framework\App\Helper\Context $context) { $this->activeRecordFactory = $activeRecordFactory; $this->ebayFactory = $ebayFactory; $this->moduleConfig = $moduleConfig; $this->localeDate = $localeDate; parent::__construct($helperFactory, $context); }
public function __construct(\Magento\Framework\App\ProductMetadataInterface $productMetadata, \Magento\Framework\App\ResourceConnection $resource, \Magento\Framework\Module\ModuleListInterface $moduleList, \Magento\Framework\App\DeploymentConfig $deploymentConfig, \Magento\Cron\Model\ScheduleFactory $scheduleFactory, \Magento\Framework\Locale\ResolverInterface $localeResolver, \Magento\Framework\App\State $appState, \Magento\Framework\Locale\TranslatedLists $translatedLists, \Magento\Directory\Model\CountryFactory $countryFactory, \Magento\AdminNotification\Model\InboxFactory $notificationFactory, \Magento\Eav\Model\Config $eavConfig, \Magento\Eav\Model\Entity\Store $entityStore, \Magento\Framework\ObjectManagerInterface $objectManager, \Magento\Framework\App\CacheInterface $appCache, \Magento\Framework\Event\Config $eventConfig, \Ess\M2ePro\Helper\Factory $helperFactory, \Magento\Framework\App\Helper\Context $context) { $this->productMetadata = $productMetadata; $this->resource = $resource; $this->moduleList = $moduleList; $this->deploymentConfig = $deploymentConfig; $this->cronScheduleFactory = $scheduleFactory; $this->localeResolver = $localeResolver; $this->appState = $appState; $this->translatedLists = $translatedLists; $this->countryFactory = $countryFactory; $this->notificationFactory = $notificationFactory; $this->eavConfig = $eavConfig; $this->entityStore = $entityStore; $this->objectManager = $objectManager; $this->appCache = $appCache; $this->eventConfig = $eventConfig; parent::__construct($helperFactory, $context); }
public function __construct(\Ess\M2ePro\Model\Config\Manager\Primary $primaryConfig, \Ess\M2ePro\Helper\Factory $helperFactory, \Magento\Framework\App\Helper\Context $context) { $this->primaryConfig = $primaryConfig; parent::__construct($helperFactory, $context); }
public function __construct(\Magento\Framework\View\LayoutInterface $layout, \Ess\M2ePro\Helper\Factory $helperFactory, \Magento\Framework\App\Helper\Context $context) { $this->layout = $layout; parent::__construct($helperFactory, $context); }
public function __construct(\Magento\Framework\Session\SessionManager $session, \Ess\M2ePro\Helper\Factory $helperFactory, \Magento\Framework\App\Helper\Context $context) { $this->session = $session; parent::__construct($helperFactory, $context); }
public function __construct(\Ess\M2ePro\Helper\Factory $helperFactory, \Magento\Framework\App\Helper\Context $context, \Ess\M2ePro\Model\Config\Manager\Module $moduleConfig) { parent::__construct($helperFactory, $context); $this->moduleConfig = $moduleConfig; }
public function __construct(\Magento\Framework\Registry $registryModel, \Ess\M2ePro\Helper\Factory $helperFactory, \Magento\Framework\App\Helper\Context $context) { $this->registryModel = $registryModel; parent::__construct($helperFactory, $context); }
public function __construct(\Magento\Catalog\Model\ProductFactory $productFactory, \Magento\CatalogInventory\Model\Configuration $catalogInventoryConfiguration, \Ess\M2ePro\Helper\Factory $helperFactory, \Magento\Framework\App\Helper\Context $context) { $this->productFactory = $productFactory; $this->catalogInventoryConfiguration = $catalogInventoryConfiguration; parent::__construct($helperFactory, $context); }
public function __construct(\Magento\Store\Model\WebsiteFactory $websiteFactory, \Magento\Store\Model\StoreManagerInterface $storeManager, \Ess\M2ePro\Helper\Factory $helperFactory, \Magento\Framework\App\Helper\Context $context) { $this->websiteFactory = $websiteFactory; $this->storeManager = $storeManager; parent::__construct($helperFactory, $context); }
public function __construct(\Magento\Framework\ObjectManagerInterface $objectManager, \Ess\M2ePro\Helper\Factory $helperFactory, \Magento\Framework\App\Helper\Context $context) { $this->objectManager = $objectManager; parent::__construct($helperFactory, $context); }
public function __construct(\Ess\M2ePro\Model\Config\Manager\Module $moduleConfig, \Magento\Framework\App\ResourceConnection $resourceConnection, \Ess\M2ePro\Helper\Factory $helperFactory, \Magento\Framework\App\Helper\Context $context) { $this->moduleConfig = $moduleConfig; $this->resourceConnection = $resourceConnection; parent::__construct($helperFactory, $context); }
public function __construct(\Magento\Framework\App\ResourceConnection $resourceConnection, \Ess\M2ePro\Helper\Factory $helperFactory, \Magento\Framework\App\Helper\Context $context) { $this->resourceConnection = $resourceConnection; parent::__construct($helperFactory, $context); }
public function __construct(Factory $helperFactory, Context $context, ResourceConnection $resourceConnection) { parent::__construct($helperFactory, $context); $this->resourceConnection = $resourceConnection; }