PHP Класс Horde_Dav_Storage_Sql, horde

This is not for DAV content storage, but for metadata storage.
Автор: Jan Schneider ([email protected])
Наследование: extends Horde_Dav_Storage_Base
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_db Horde_Db_Adapter Handle for the current database connection.

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

Метод Описание
__construct ( $params ) Constructor.
addCollectionMap ( string $internal, string $external, string $interface ) Adds a collection ID map to the backend storage.
addObjectMap ( string $internal, string $external, string $collection ) Adds an object ID map to the backend storage.
deleteExternalCollectionId ( string $external, string $interface ) Deletes an ID map from the backend storage.
deleteExternalObjectId ( string $external, string $collection ) Deletes an ID map from the backend storage.
deleteInternalCollectionId ( string $internal, string $interface ) Deletes an ID map from the backend storage.
deleteInternalObjectId ( string $internal, string $collection ) Deletes an ID map from the backend storage.
getCollectionInterface ( string $external ) : string Returns an interface name from a stored collection ID map.
getExternalCollectionId ( string $internal, string $interface ) : string Returns an external ID from a stored collection ID map.
getExternalObjectId ( string $internal, string $collection ) : string Returns an external ID from a stored object ID map.
getInternalCollectionId ( string $external, string $interface ) : string Returns an internal ID from a stored collection ID map.
getInternalObjectId ( string $external, string $collection ) : string Returns an internal ID from a stored object ID map.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( $params )

addCollectionMap() публичный Метод

Adds a collection ID map to the backend storage.
public addCollectionMap ( string $internal, string $external, string $interface )
$internal string An internal collection ID.
$external string An external collection ID.
$interface string The collection's application.

addObjectMap() публичный Метод

Adds an object ID map to the backend storage.
public addObjectMap ( string $internal, string $external, string $collection )
$internal string An internal object ID.
$external string An external object ID.
$collection string The collection of an object.

deleteExternalCollectionId() публичный Метод

Deletes an ID map from the backend storage.
public deleteExternalCollectionId ( string $external, string $interface )
$external string An external collection ID.
$interface string The collection's application.

deleteExternalObjectId() публичный Метод

Deletes an ID map from the backend storage.
public deleteExternalObjectId ( string $external, string $collection )
$external string An external object ID.
$collection string The collection of an object.

deleteInternalCollectionId() публичный Метод

Deletes an ID map from the backend storage.
public deleteInternalCollectionId ( string $internal, string $interface )
$internal string An internal collection ID.
$interface string The collection's application.

deleteInternalObjectId() публичный Метод

Deletes an ID map from the backend storage.
public deleteInternalObjectId ( string $internal, string $collection )
$internal string An internal object ID.
$collection string The collection of an object.

getCollectionInterface() публичный Метод

Returns an interface name from a stored collection ID map.
public getCollectionInterface ( string $external ) : string
$external string An external collection ID.
Результат string The collection's application.

getExternalCollectionId() публичный Метод

Returns an external ID from a stored collection ID map.
public getExternalCollectionId ( string $internal, string $interface ) : string
$internal string An internal collection ID.
$interface string The collection's application.
Результат string The collection's external ID.

getExternalObjectId() публичный Метод

Returns an external ID from a stored object ID map.
public getExternalObjectId ( string $internal, string $collection ) : string
$internal string An internal object ID.
$collection string The collection of an object.
Результат string The object's external ID or null.

getInternalCollectionId() публичный Метод

Returns an internal ID from a stored collection ID map.
public getInternalCollectionId ( string $external, string $interface ) : string
$external string An external collection ID.
$interface string The collection's application.
Результат string The collection's internal ID or null.

getInternalObjectId() публичный Метод

Returns an internal ID from a stored object ID map.
public getInternalObjectId ( string $external, string $collection ) : string
$external string An external object ID.
$collection string The collection of an object.
Результат string The object's internal ID or null.

Описание свойств

$_db защищенное свойство

Handle for the current database connection.
protected Horde_Db_Adapter $_db
Результат Horde_Db_Adapter