Prado\Data\TDbDataReader::valid PHP Метод

valid() публичный Метод

This method is required by the interface Iterator.
public valid ( ) : boolean
Результат boolean whether there is a row of data at current position.
    public function valid()
    {
        return $this->_row !== false;
    }