MongoStatement::close() implemented

This commit is contained in:
Anton Grebnev
2011-11-15 18:06:35 +04:00
parent b9353065b8
commit 7897978261

View File

@ -55,7 +55,7 @@ class MongoStatement extends DbStatement
public function close() public function close()
{ {
// TODO: Implement close() method. $this->result = null;
} }
/** /**