PHP 클래스 MongoHybrid\Mongo

파일 보기 프로젝트 열기: sjardim/Hugopit

보호된 프로퍼티들

프로퍼티 타입 설명
$client
$options

공개 메소드들

메소드 설명
__construct ( $server, $options = [] )
count ( $collection, $filter = [] )
find ( $collection, $options = [] )
findOne ( $collection, $filter = [], $projection = [] )
findOneById ( $collection, $id )
getCollection ( $name, $db = null )
insert ( $collection, &$doc )
remove ( $collection, $filter = [] )
save ( $collection, &$data )
update ( $collection, $criteria, $data )

메소드 상세

__construct() 공개 메소드

public __construct ( $server, $options = [] )

count() 공개 메소드

public count ( $collection, $filter = [] )

find() 공개 메소드

public find ( $collection, $options = [] )

findOne() 공개 메소드

public findOne ( $collection, $filter = [], $projection = [] )

findOneById() 공개 메소드

public findOneById ( $collection, $id )

getCollection() 공개 메소드

public getCollection ( $name, $db = null )

insert() 공개 메소드

public insert ( $collection, &$doc )

remove() 공개 메소드

public remove ( $collection, $filter = [] )

save() 공개 메소드

public save ( $collection, &$data )

update() 공개 메소드

public update ( $collection, $criteria, $data )

프로퍼티 상세

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

protected $client

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

protected $options