lithium\data\source\Result::valid PHP 메소드

valid() 공개 메소드

Checks if current position is valid.
public valid ( ) : boolean
리턴 boolean `true` if valid, `false` otherwise.
    public function valid()
    {
        return $this->_valid;
    }