Property | Type | Description | |
---|---|---|---|
$_config | |||
$_cursor |
Method | Description | |
---|---|---|
__call ( $method, $arguments ) | ||
__construct ( MongoCursor $cursor, $config ) | ||
count ( $all = false ) | ||
current ( ) : mixed | Get the current value | |
export ( ) : array | Export all data | |
getDocumentClass ( ) : string | Get the document class | |
getDocumentSetClass ( ) : string | Get the document set class | |
getInnerIterator ( ) : MongoCursor | Get the inter iterator | |
getNext ( ) | ||
info ( ) | ||
key ( ) | ||
makeDocumentSet ( ) : Shanty_Mongo_DocumentSet | Construct a document set from this cursor | |
next ( ) | ||
rewind ( ) | ||
valid ( ) |
public getDocumentClass ( ) : string | ||
return | string |
public getDocumentSetClass ( ) : string | ||
return | string |
public getInnerIterator ( ) : MongoCursor | ||
return | MongoCursor |
public makeDocumentSet ( ) : Shanty_Mongo_DocumentSet | ||
return | Shanty_Mongo_DocumentSet |