CronLingo\Parser::current PHP Method

current() protected method

Retrieve current token based on position
protected current ( ) : array
return array
    protected function current()
    {
        return $this->tokens[$this->position];
    }