lithium\data\entity\Document::valid PHP Method

valid() public method

Used by the Iterator interface to determine the current state of the iteration, and when to stop iterating.
public valid ( ) : boolean
return boolean
    public function valid()
    {
        return $this->_valid;
    }