Used by the `Iterator` interface to determine the current state of the iteration, and when to stop iterating.

Returns

boolean

Source

						public function valid() {
		return $this->_valid;
	}