CronLingo\Parser::current PHP 메소드

current() 보호된 메소드

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