CheckAsirGroupSystemAlert
extends ContainerAwareCommand
in package
Table of Contents
Properties
- $alertService : SystemAlertService|null
- $container : Container|null
- $entityManager : EntityManagerInterface|null
- $filesImportService : FilesImportService|null
- $historyService : PriceHistoryService
Methods
- __construct() : mixed
- execute() : mixed
- configure() : mixed
- Configure command
- fixOldPriceIssue() : mixed
Properties
$alertService
private
SystemAlertService|null
$alertService
$container
private
Container|null
$container
$entityManager
private
EntityManagerInterface|null
$entityManager
$filesImportService
private
FilesImportService|null
$filesImportService
$historyService
private
PriceHistoryService
$historyService
Methods
__construct()
public
__construct([string $name = null ][, Container $container = null ][, SystemAlertService $alertService = null ][, FilesImportService $filesImportService = null ][, EntityManagerInterface $entityManager = null ][, PriceHistoryService $historyService = null ]) : mixed
Parameters
- $name : string = null
- $container : Container = null
- $alertService : SystemAlertService = null
- $filesImportService : FilesImportService = null
- $entityManager : EntityManagerInterface = null
- $historyService : PriceHistoryService = null
execute()
public
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface
configure()
Configure command
protected
configure() : mixed
fixOldPriceIssue()
private
fixOldPriceIssue(mixed $input, mixed $output) : mixed
Parameters
- $input : mixed
- $output : mixed