lithium\data\source\MongoDb::disconnect()
Implements
lithium\data\Source::disconnect()
Disconnect from the Mongo server.
Returns
booleanReturns true
.
Source
public function disconnect() {
unset($this->manager);
$this->_isConnected = false;
return true;
}