CatalogImportRunner
in package
implements
LoggerAwareInterface
Interfaces, Classes and Traits
- LoggerAwareInterface
Table of Contents
- $catalogRepository : AfterbuyCatalogRepository
- $configurationStorage : GambioAfterbuyConfigurationStorage
- $logger : LoggerInterface
- $XMLService : AfterbuyXMLService
- __construct() : mixed
- run() : void
- setLogger() : mixed
Properties
$catalogRepository
private
AfterbuyCatalogRepository
$catalogRepository
$configurationStorage
private
GambioAfterbuyConfigurationStorage
$configurationStorage
$logger
private
LoggerInterface
$logger
$XMLService
private
AfterbuyXMLService
$XMLService
Methods
__construct()
public
__construct(GambioAfterbuyConfigurationStorage $configurationStorage, AfterbuyXMLService $XMLService, AfterbuyCatalogRepository $catalogRepository) : mixed
Parameters
- $configurationStorage : GambioAfterbuyConfigurationStorage
- $XMLService : AfterbuyXMLService
- $catalogRepository : AfterbuyCatalogRepository
Return values
mixed —run()
public
run() : void
Return values
void —setLogger()
public
setLogger(LoggerInterface $logger) : mixed
Parameters
- $logger : LoggerInterface