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