VirDeliveryBackfillCommand
extends Command
in package
Table of Contents
Properties
- $em : EntityManagerInterface
- $sync : VirDeliveryLogSyncService
Methods
- __construct() : mixed
- configure() : mixed
- execute() : mixed
Properties
$em
private
EntityManagerInterface
$em
$sync
private
VirDeliveryLogSyncService
$sync
Methods
__construct()
public
__construct(EntityManagerInterface $em, VirDeliveryLogSyncService $sync) : mixed
Parameters
- $em : EntityManagerInterface
- $sync : VirDeliveryLogSyncService
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface