PHP Класс Horde_Core_NoSql, horde

Автор: Michael Slusarz ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
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.