PHP 클래스 DB\Mongo

파일 보기 프로젝트 열기: bcosca/fatfree-core 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$db @}
$dsn @}
$log @}
$uuid @}

공개 메소드들

메소드 설명
__call ( $func, array $args ) : mixed Redirect call to MongoDB object
__construct ( $dsn, $dbname, array $options = NULL ) Instantiate class
drop ( ) : integer Intercept native call to re-enable profiler
dsn ( ) : string Return data source name
log ( $flag = TRUE ) : string Return MongoDB profiler results (or disable logging)
uuid ( ) : string Return UUID

비공개 메소드들

메소드 설명
__clone ( ) ! Prohibit cloning

메소드 상세

__call() 공개 메소드

Redirect call to MongoDB object
public __call ( $func, array $args ) : mixed
$func string
$args array array
리턴 mixed

__construct() 공개 메소드

Instantiate class
public __construct ( $dsn, $dbname, array $options = NULL )
$dsn string
$dbname string
$options array array

drop() 공개 메소드

Intercept native call to re-enable profiler
public drop ( ) : integer
리턴 integer

dsn() 공개 메소드

Return data source name
public dsn ( ) : string
리턴 string

log() 공개 메소드

Return MongoDB profiler results (or disable logging)
public log ( $flag = TRUE ) : string
$flag bool
리턴 string

uuid() 공개 메소드

Return UUID
public uuid ( ) : string
리턴 string

프로퍼티 상세

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

@}
protected $db

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

@}
protected $dsn

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

@}
protected $log

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

@}
protected $uuid