mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-04-02 22:32:12 +02:00
8 lines
103 B
PHP
8 lines
103 B
PHP
<?php
|
|
|
|
namespace MongoDB\Query;
|
|
|
|
interface QueryResult extends \MongoDB\ServerResult, \Traversable
|
|
{
|
|
}
|