PHP Class Cml\Console\Commands\Migrate\Create

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

Protected Properties

Property Type Description
$arguments
$description
$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

$options protected property

protected $options