Latte\TokenIterator::joinAll PHP Method

joinAll() public method

Returns concatenation of all next token values.
public joinAll ( ) : string
return string
    public function joinAll()
    {
        return $this->scan(func_get_args(), FALSE, TRUE, TRUE);
        // advance, strings
    }