ShipSalesCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Tags
Table of Contents
Properties
- $productServices : ProductService
- $entityManager : EntityManagerInterface
Methods
- __construct() : mixed
- ProductCommand constructor.
- runCommand() : int
- configure() : mixed
- execute() : mixed
Properties
$productServices
protected
ProductService
$productServices
$entityManager
private
EntityManagerInterface
$entityManager
Methods
__construct()
ProductCommand constructor.
public
__construct([null $name = null ][, ProductService|null $productServices = null ][, EntityManagerInterface|null $entityManager = null ]) : mixed
Parameters
- $name : null = null
- $productServices : ProductService|null = null
- $entityManager : EntityManagerInterface|null = null
runCommand()
public
runCommand(mixed $commandName, mixed $arguments, mixed $output) : int
Parameters
- $commandName : mixed
- $arguments : mixed
- $output : mixed
Tags
Return values
intconfigure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface