Extends
lithium\util\Collection
Executes when the associated result resource pointer reaches the end of its data set. The
resource is freed by the connection, and the reference to the connection is unlinked.
Returns
voidSource
public function close() {
if (!empty($this->_result)) {
$this->_result = null;
}
}