AsirGroupInvoiceProcessors
in package
implements
FilesImportProcessorInterface
Class AsirGroupInvoiceProcessors
Table of Contents
Interfaces
- FilesImportProcessorInterface
- Interface FilesImportProcessorInterface
Properties
- $_messages : array<string|int, mixed>
- $container : ContainerInterface
- $entityManager : ProductService
- $historyService : PriceHistoryService|null
- $systemAlertService : SystemAlertService
Methods
- __construct() : mixed
- ProductPriceUpdateProcessor constructor.
- execute() : mixed
Properties
$_messages
public
array<string|int, mixed>
$_messages
= []
$container
private
ContainerInterface
$container
$entityManager
private
ProductService
$entityManager
/**
$historyService
private
PriceHistoryService|null
$historyService
$systemAlertService
private
SystemAlertService
$systemAlertService
Methods
__construct()
ProductPriceUpdateProcessor constructor.
public
__construct(ContainerInterface $container[, EntityManagerInterface $entityManager = null ][, SystemAlertService $systemAlertService = null ][, PriceHistoryService $historyService = null ]) : mixed
Parameters
- $container : ContainerInterface
- $entityManager : EntityManagerInterface = null
- $systemAlertService : SystemAlertService = null
- $historyService : PriceHistoryService = null
execute()
public
execute(mixed $filesimport) : mixed
Parameters
- $filesimport : mixed