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

current() защищенный Метод

Retrieve current token based on position
protected current ( ) : array
Результат array
    protected function current()
    {
        return $this->tokens[$this->position];
    }