CronLingo\Parser::reset PHP Метод

reset() публичный Метод

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