コード例 #1
0
ファイル: Group.php プロジェクト: Doability/magento2dev
 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);
 }
コード例 #2
0
ファイル: Store.php プロジェクト: Doability/magento2dev
 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);
 }
コード例 #3
0
ファイル: Logger.php プロジェクト: Doability/magento2dev
 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);
 }
コード例 #4
0
ファイル: Exception.php プロジェクト: Doability/magento2dev
 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);
 }
コード例 #5
0
ファイル: PickupStore.php プロジェクト: Doability/magento2dev
 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);
 }
コード例 #6
0
ファイル: View.php プロジェクト: Doability/magento2dev
 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);
 }
コード例 #7
0
ファイル: Ebay.php プロジェクト: Doability/magento2dev
 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);
 }
コード例 #8
0
ファイル: Developer.php プロジェクト: Doability/magento2dev
 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);
 }
コード例 #9
0
ファイル: DataLoader.php プロジェクト: Doability/magento2dev
 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);
 }
コード例 #10
0
ファイル: Controller.php プロジェクト: Doability/magento2dev
 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);
 }
コード例 #11
0
ファイル: Magento.php プロジェクト: Doability/magento2dev
 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);
 }
コード例 #12
0
ファイル: Primary.php プロジェクト: Doability/magento2dev
 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);
 }
コード例 #13
0
ファイル: Description.php プロジェクト: Doability/magento2dev
 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);
 }
コード例 #14
0
ファイル: Session.php プロジェクト: Doability/magento2dev
 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);
 }
コード例 #15
0
ファイル: Repricing.php プロジェクト: Doability/magento2dev
 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;
 }
コード例 #16
0
ファイル: GlobalData.php プロジェクト: Doability/magento2dev
 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);
 }
コード例 #17
0
ファイル: Product.php プロジェクト: Doability/magento2dev
 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);
 }
コード例 #18
0
ファイル: Website.php プロジェクト: Doability/magento2dev
 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);
 }
コード例 #19
0
 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);
 }
コード例 #20
0
ファイル: Motors.php プロジェクト: Doability/magento2dev
 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);
 }
コード例 #21
0
ファイル: Repair.php プロジェクト: Doability/magento2dev
 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);
 }
コード例 #22
0
ファイル: Setup.php プロジェクト: Doability/magento2dev
 public function __construct(Factory $helperFactory, Context $context, ResourceConnection $resourceConnection)
 {
     parent::__construct($helperFactory, $context);
     $this->resourceConnection = $resourceConnection;
 }