PHP Class Cml\Console\Commands\DaemonProcessManage\RmTask

Inheritance: extends Cml\Console\Command
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