CalculatedDiffColumnCommand
extends ContainerAwareCommand
in package
Table of Contents
Properties
- $container : Container|null
- $entityManager : EntityManagerInterface|null
- $saleProductService : SaleProductService|null
Methods
- __construct() : mixed
- execute() : mixed
- configure() : mixed
- Configure command
Properties
$container
private
Container|null
$container
$entityManager
private
EntityManagerInterface|null
$entityManager
$saleProductService
private
SaleProductService|null
$saleProductService
Methods
__construct()
public
__construct([string $name = null ][, EntityManagerInterface $entityManager = null ]) : mixed
Parameters
- $name : string = null
- $entityManager : EntityManagerInterface = null
execute()
public
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface
configure()
Configure command
protected
configure() : mixed