PHP 클래스 MongoHybrid\ResultSet

상속: extends ArrayObject
파일 보기 프로젝트 열기: sjardim/Hugopit

보호된 프로퍼티들

프로퍼티 타입 설명
$cache
$documents
$driver

공개 메소드들

메소드 설명
__construct ( $driver, &$documents )
hasMany ( $collections )
hasOne ( $collections )
toArray ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $driver, &$documents )

hasMany() 공개 메소드

public hasMany ( $collections )

hasOne() 공개 메소드

public hasOne ( $collections )

toArray() 공개 메소드

public toArray ( )

프로퍼티 상세

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

protected $cache

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

protected $documents

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

protected $driver