CraftCli\Command\RunTasksCommand::getOptions PHP 메소드

getOptions() 보호된 메소드

protected getOptions ( )
    protected function getOptions()
    {
        return array(array('reset-running', 'r', InputOption::VALUE_NONE, 'Reset running tasks that are potentially stalled'), array('reset-failed', 'f', InputOption::VALUE_NONE, 'Reset failed tasks'));
    }