\Horde_Core_NoSql

NoSQL administrative/utility tasks.

Summary

Methods
Properties
Constants
getDrivers()
buildIndices()
No public properties found
HAS_INDICES
NEEDS_INDICES
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

HAS_INDICES

HAS_INDICES

NEEDS_INDICES

NEEDS_INDICES

Methods

getDrivers()

getDrivers(string  $app = 'horde', integer  $mask) : array

Retrieve the list of active NoSQL drivers for an application.

Parameters

string $app

Application name.

integer $mask

Filter drivers by this mask.

Returns

array —

List of NoSQL drivers.

buildIndices()

buildIndices(string  $app = 'horde') 

Make sure indices are built for all NoSQL drivers in the given application.

Parameters

string $app

Application name.