yii\db\DataReader::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;
    }