Latte\TokenIterator::nextValue PHP Method

nextValue() public method

Returns next token value.
public nextValue ( ) : string | null
return string | null
    public function nextValue()
    {
        return $this->scan(func_get_args(), TRUE, TRUE, TRUE);
        // onlyFirst, advance, strings
    }