PHP 클래스 Shanty_Mongo_Iterator_Cursor

저자: Coen Hyde
상속: implements OuterIterator
파일 보기 프로젝트 열기: coen-hyde/shanty-mongo 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_config
$_cursor

공개 메소드들

메소드 설명
__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 ( )

메소드 상세

__call() 공개 메소드

public __call ( $method, $arguments )

__construct() 공개 메소드

public __construct ( MongoCursor $cursor, $config )
$cursor MongoCursor

count() 공개 메소드

public count ( $all = false )

current() 공개 메소드

Get the current value
public current ( ) : mixed
리턴 mixed

export() 공개 메소드

Export all data
public export ( ) : array
리턴 array

getDocumentClass() 공개 메소드

Get the document class
public getDocumentClass ( ) : string
리턴 string

getDocumentSetClass() 공개 메소드

Get the document set class
public getDocumentSetClass ( ) : string
리턴 string

getInnerIterator() 공개 메소드

Get the inter iterator
public getInnerIterator ( ) : MongoCursor
리턴 MongoCursor

getNext() 공개 메소드

public getNext ( )

info() 공개 메소드

public info ( )

key() 공개 메소드

public key ( )

makeDocumentSet() 공개 메소드

Construct a document set from this cursor
public makeDocumentSet ( ) : Shanty_Mongo_DocumentSet
리턴 Shanty_Mongo_DocumentSet

next() 공개 메소드

public next ( )

rewind() 공개 메소드

public rewind ( )

valid() 공개 메소드

public valid ( )

프로퍼티 상세

$_config 보호되어 있는 프로퍼티

protected $_config

$_cursor 보호되어 있는 프로퍼티

protected $_cursor