PHP 클래스 MongoQP\QueryProfiler

파일 보기 프로젝트 열기: jmikola/mongoqp

공개 메소드들

메소드 설명
__construct ( MongoClient $mongo, array $code )
getCollections ( $database )
getDatabases ( )
getProfilingData ( $database, $collection = null )
getProfilingLevel ( $database )
setProfilingLevel ( $database, $level )

메소드 상세

__construct() 공개 메소드

public __construct ( MongoClient $mongo, array $code )
$mongo MongoClient
$code array

getCollections() 공개 메소드

public getCollections ( $database )

getDatabases() 공개 메소드

public getDatabases ( )

getProfilingData() 공개 메소드

public getProfilingData ( $database, $collection = null )

getProfilingLevel() 공개 메소드

public getProfilingLevel ( $database )

setProfilingLevel() 공개 메소드

public setProfilingLevel ( $database, $level )