omnilight\scheduling\Schedule::command PHP 메소드

command() 공개 메소드

Add a new cli command event to the schedule.
public command ( string $command ) : Event
$command string
리턴 Event
    public function command($command)
    {
        return $this->exec(PHP_BINARY . ' ' . $this->cliScriptName . ' ' . $command);
    }