ImportCommand
extends Command
in package
Table of Contents
Properties
- $manager : mixed
Methods
- __construct() : mixed
- configure() : void
- execute() : int
Properties
$manager
private
mixed
$manager
Methods
__construct()
public
__construct(ImportManager $importManager) : mixed
Parameters
- $importManager : ImportManager
configure()
protected
configure() : void
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface