PHP 클래스 Horde_Core_NoSql, horde

저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
buildIndices ( string $app = 'horde' ) Make sure indices are built for all NoSQL drivers in the given application.
getDrivers ( string $app = 'horde', integer $mask ) : array Retrieve the list of active NoSQL drivers for an application.

메소드 상세

buildIndices() 공개 메소드

Make sure indices are built for all NoSQL drivers in the given application.
public buildIndices ( string $app = 'horde' )
$app string Application name.

getDrivers() 공개 메소드

Retrieve the list of active NoSQL drivers for an application.
public getDrivers ( string $app = 'horde', integer $mask ) : array
$app string Application name.
$mask integer Filter drivers by this mask.
리턴 array List of NoSQL drivers.