Latte\TokenIterator::nextUntil PHP 메소드

nextUntil() 공개 메소드

Returns all next tokens until it sees a given token type or value.
public nextUntil ( $arg ) : array[]
리턴 array[]
    public function nextUntil($arg)
    {
        return $this->scan(func_get_args(), FALSE, TRUE, FALSE, TRUE);
        // advance, until
    }