PHP 클래스 Horde_Dav_Storage_Base, horde

This is not for DAV content storage, but for metadata storage.
저자: Jan Schneider ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

addCollectionMap() 추상적인 공개 메소드

Adds a collection ID map to the backend storage.
abstract 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.
abstract 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.
abstract 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.
abstract 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.
abstract 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.
abstract 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.
abstract 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.
abstract 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.
abstract 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.
abstract 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.
abstract 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.