Pheasant\Query\QueryIterator::valid PHP Method

valid() public method

Returns true if the current position is valid, false otherwise.
public valid ( ) : boolean
return boolean
    public function valid()
    {
        return $this->_iterator()->valid();
    }