mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-04-05 07:42:29 +02:00
Split API classes and interfaces
This commit is contained in:
7
docs/api/MongoDB/Query/QueryResult.php
Normal file
7
docs/api/MongoDB/Query/QueryResult.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace MongoDB\Query;
|
||||
|
||||
interface QueryResult extends \MongoDB\ServerResult, \Traversable
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user