메소드 |
설명 |
|
__construct ( Doctrine\MongoDB\CommandCursor $commandCursor, UnitOfWork $unitOfWork, ClassMetadata $class = null ) |
|
|
batchSize ( integer $num ) : self |
Wrapper method for MongoCommandCursor::batchSize(). |
|
count ( ) : integer |
Recreates the command cursor and counts its results. |
|
current ( ) : object | array | null |
Wrapper method for MongoCommandCursor::current(). |
|
dead ( ) : boolean |
Wrapper method for MongoCommandCursor::dead(). |
|
getBaseCursor ( ) : Doctrine\MongoDB\CommandCursor |
Returns the MongoCommandCursor instance being wrapped. |
|
getSingleResult ( ) : object | array | null |
Rewinds the cursor and returns its first result. |
|
info ( ) : array |
Wrapper method for MongoCommandCursor::info(). |
|
key ( ) : integer |
Wrapper method for MongoCommandCursor::key(). |
|
next ( ) |
Wrapper method for MongoCommandCursor::next(). |
|
rewind ( ) : array |
Wrapper method for MongoCommandCursor::rewind(). |
|
timeout ( integer $ms ) : self |
Wrapper method for MongoCommandCursor::timeout(). |
|
toArray ( ) : array |
Return the cursor's results as an array. |
|
valid ( ) : boolean |
Wrapper method for MongoCommandCursor::valid(). |
|