ProcessVirDeliveryLogFilesCommand
extends ContainerAwareCommand
Table of Contents
Properties
-
$container
: mixed
-
$entityManager
: mixed
-
$virService
: mixed
Methods
-
__construct()
: mixed
-
configure()
: mixed
-
execute()
: mixed
-
insertDataIntoDatabase()
: mixed
-
isValidDate()
: mixed
-
processFileContent()
: mixed
$container
private
mixed
$container
$entityManager
private
mixed
$entityManager
$virService
private
mixed
$virService
__construct()
public
__construct(EntityManagerInterface $entityManager, ContainerInterface $container, VirService $virService) : mixed
Parameters
-
$entityManager
: EntityManagerInterface
-
-
$container
: ContainerInterface
-
-
$virService
: VirService
-
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
-
$input
: InputInterface
-
-
$output
: OutputInterface
-
insertDataIntoDatabase()
private
insertDataIntoDatabase(mixed $line) : mixed
Parameters
-
$line
: mixed
-
isValidDate()
private
isValidDate(mixed $date) : mixed
Parameters
-
$date
: mixed
-
processFileContent()
private
processFileContent(mixed $fileContent) : mixed
Parameters
-
$fileContent
: mixed
-