PHP Class Cml\Console\Commands\Migrate\Migrate

Inheritance: extends AbstractCommand
Show file Open project: linhecheng/cmlphp

Protected Properties

Property Type Description
$arguments
$description
$help
$options

Public Methods

Method Description
execute ( array $args, array $options = [] ) : integer 运行迁移

Method Details

execute() public method

运行迁移
public execute ( array $args, array $options = [] ) : integer
$args array 参数
$options array 选项
return integer

Property Details

$arguments protected property

protected $arguments

$description protected property

protected $description

$help protected property

protected $help

$options protected property

protected $options