final class MigrateCommand implements CommandInterface (View source)

CLI command that runs pending database migrations.

The migration runner is resolved lazily when the command is executed.

Methods

__construct(ContainerInterface $container, mixed $stdout = null, mixed $stderr = null)
string
name()
string
string
string
int
run(array $args)
int

Details

__construct

__construct(ContainerInterface $container, mixed $stdout = null, mixed $stderr = null)

No description

Parameters

ContainerInterface $container
mixed $stdout
mixed $stderr

name

string name()

No description

Return Value

string

description

string description()

No description

Return Value

string

run

int run(array $args)

No description

Parameters

array $args

Return Value

int