ImportSellsyInvoicesCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Table of Contents
Properties
Methods
- __construct() : mixed
- Export constructor.
- configure() : mixed
- execute() : int|void|null
Properties
$em
private
object|null
$em
$kernel
private
KernelInterface|null
$kernel
Methods
__construct()
Export constructor.
public
__construct([null $name = null ]) : mixed
Parameters
- $name : null = null
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|void|null
Parameters
- $input : InputInterface
- $output : OutputInterface