Horde_Core_Kolab_Storage_HistoryPrefix
in package
implements
Horde_Kolab_Storage_HistoryPrefix
Tags
Table of Contents
Interfaces
- Horde_Kolab_Storage_HistoryPrefix
Properties
- $_mapping : mixed
Methods
- getPrefix() : string
- Generate a prefix for the History system for the given Kolab data.
- _type2app() : string
- Map Kolab object type to horde application name.
Properties
$_mapping
protected
static mixed
$_mapping
Methods
getPrefix()
Generate a prefix for the History system for the given Kolab data.
public
static getPrefix(Horde_Kolab_Storage_Data $data) : string
Parameters
- $data : Horde_Kolab_Storage_Data
-
The data object.
Return values
string —The History prefix.
_type2app()
Map Kolab object type to horde application name.
protected
static _type2app(string $type) : string
Parameters
- $type : string
-
Kolab object type
Return values
string —The horde application name of false if not known.