ExpeditionImportCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Class ExpeditionImportCommand
Table of Contents
Properties
- $limit : int
Methods
- runCommand() : int
- configure() : mixed
- Configuring v2 migration command
- execute() : int|null
- runExpedition() : mixed
Properties
$limit
protected
int
$limit
= 10
Methods
runCommand()
public
runCommand(mixed $commandName, mixed $arguments, mixed $output) : int
Parameters
- $commandName : mixed
- $arguments : mixed
- $output : mixed
Tags
Return values
intconfigure()
Configuring v2 migration command
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|null
Parameters
- $input : InputInterface
- $output : OutputInterface
Tags
Return values
int|nullrunExpedition()
private
runExpedition(mixed $output) : mixed
Parameters
- $output : mixed