CronLingo\Parser::reset PHP 메소드

reset() 공개 메소드

Reset parser token position and CRON expression
public reset ( )
    public function reset()
    {
        $this->cron = new Cron();
        $this->position = 0;
    }