PHP 클래스 Phalcon\Db\Adapter\Mongo\Cursor

상속: extends MongoCursor
파일 보기 프로젝트 열기: phalcon/incubator

보호된 프로퍼티들

프로퍼티 타입 설명
$className
$collection

공개 메소드들

메소드 설명
__construct ( $collection, $className = 'Phalcon\Db\Adapter\Mongo\Cursor', $query = [], $fields = [] )
addOption ( $key, $value )
awaitData ( $wait = true )
batchSize ( $batchSize )
current ( )
fields ( $f )
getNext ( )
hint ( $index )
immortal ( $liveForever = true )
limit ( $num )
partial ( $okay = true )
setFlag ( $flag, $set = true )
skip ( $num )
slaveOkay ( $okay = true )
snapshot ( )
sort ( $fields )
tailable ( $tail = true )
timeout ( $ms )

메소드 상세

__construct() 공개 메소드

public __construct ( $collection, $className = 'Phalcon\Db\Adapter\Mongo\Cursor', $query = [], $fields = [] )

addOption() 공개 메소드

public addOption ( $key, $value )

awaitData() 공개 메소드

public awaitData ( $wait = true )

batchSize() 공개 메소드

public batchSize ( $batchSize )

current() 공개 메소드

public current ( )

fields() 공개 메소드

public fields ( $f )

getNext() 공개 메소드

public getNext ( )

hint() 공개 메소드

public hint ( $index )

immortal() 공개 메소드

public immortal ( $liveForever = true )

limit() 공개 메소드

public limit ( $num )

partial() 공개 메소드

public partial ( $okay = true )

setFlag() 공개 메소드

public setFlag ( $flag, $set = true )

skip() 공개 메소드

public skip ( $num )

slaveOkay() 공개 메소드

public slaveOkay ( $okay = true )

snapshot() 공개 메소드

public snapshot ( )

sort() 공개 메소드

public sort ( $fields )

tailable() 공개 메소드

public tailable ( $tail = true )

timeout() 공개 메소드

public timeout ( $ms )

프로퍼티 상세

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

protected $className

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

protected $collection