Extends
lithium\util\Collection
Ensures that the data set's connection is closed when the object is destroyed.
Returns
voidSource
public function __destruct() {
$this->close();
}
public function __destruct() {
$this->close();
}