CronLingo\Parser::reset PHP Méthode

reset() public méthode

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