PHP Class Cml\Console\Commands\Migrate\Status

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 = [] ) 获取迁移信息

Method Details

execute() public method

获取迁移信息
public execute ( array $args, array $options = [] )
$args array 参数
$options array 选项

Property Details

$arguments protected property

protected $arguments

$description protected property

protected $description

$help protected property

protected $help

$options protected property

protected $options