TruskExpeditionCheckCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Class TruskExpeditionCheckCommand
Table of Contents
Properties
- $container : ContainerInterface
- $entityManager : EntityManagerInterface|null
- $truskService : TruskService
Methods
- __construct() : mixed
- configure() : mixed
- execute() : mixed
Properties
$container
protected
ContainerInterface
$container
$entityManager
private
EntityManagerInterface|null
$entityManager
$truskService
private
TruskService
$truskService
Methods
__construct()
public
__construct([mixed $name = null ][, EntityManagerInterface $entityManager = null ], TruskService $truskService) : mixed
Parameters
- $name : mixed = null
- $entityManager : EntityManagerInterface = null
- $truskService : TruskService
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface