Extends
lithium\data\Entity
Used by the `Iterator` interface to determine the current state of the iteration, and when
to stop iterating.
Returns
booleanSource
public function valid() {
return $this->_valid;
}
public function valid() {
return $this->_valid;
}