FilesImportProcessorCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Class FilesImportProcessorCommand
Table of Contents
Properties
- $_logOrder : array<string|int, mixed>
- $limit : int
- $_processedMessages : mixed
- $entityManager : EntityManagerInterface
- $filesImportService : FilesImportService|null
- $logService : LogServiceInterface|null
- $name : null
Methods
- __construct() : mixed
- configure() : mixed
- Configure
- execute() : int|null
Properties
$_logOrder
public
array<string|int, mixed>
$_logOrder
= []
$limit
protected
int
$limit
= 10
$_processedMessages
private
mixed
$_processedMessages
= 0
$entityManager
private
EntityManagerInterface
$entityManager
$filesImportService
private
FilesImportService|null
$filesImportService
$logService
private
LogServiceInterface|null
$logService
$name
private
null
$name
Methods
__construct()
public
__construct([mixed $name = null ][, LogServiceInterface|null $logService = null ][, EntityManagerInterface|null $entityManager = null ][, FilesImportService|null $filesImportService = null ]) : mixed
Parameters
- $name : mixed = null
- $logService : LogServiceInterface|null = null
- $entityManager : EntityManagerInterface|null = null
- $filesImportService : FilesImportService|null = null
configure()
Configure
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|null
Parameters
- $input : InputInterface
- $output : OutputInterface