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