CronLingo\Parser::current PHP Méthode

current() protected méthode

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