Свойство | Тип | Описание | |
---|---|---|---|
$_cursor | Shanty_Mongo_Iterator_Cursor | Cursor |
Метод | Описание | |
---|---|---|
__construct ( Shanty_Mongo_Iterator_Cursor $cursor ) | Constructor. | |
count ( ) : integer | Returns the total number of rows in the cursor. | |
getItems ( integer $offset, integer $itemCountPerPage ) : Shanty_Mongo_Iterator_Cursor | Returns an cursor limited to items for a page. |
public __construct ( Shanty_Mongo_Iterator_Cursor $cursor ) | ||
$cursor | Shanty_Mongo_Iterator_Cursor |