Property | Type | Description | |
---|---|---|---|
$_history | Horde_History |
Method | Description | |
---|---|---|
__construct ( Horde_History $history ) | Const'r | |
_getByTimestamp ( $cmp, $ts, array $filters = [], $parent = null ) | ||
_getHistory ( $guid ) | ||
getActionModSeq ( $guid, $action ) | ||
getActionTimestamp ( $guid, $action ) | ||
getByModSeq ( $start, $end, $filters = [], $parent = null ) | ||
getByTimestamp ( $cmp, $ts, array $filters = [], $parent = null ) | ||
getHighestModSeq ( string $parent = null ) : integer | Return the maximum modification sequence. To be overridden in concrete class. | |
getHistory ( $guid ) | ||
getLatestEntry ( $guid, $use_ts = false ) | ||
log ( $guid, array $attributes = [], $replaceAction = false ) | ||
removeByNames ( array $names ) | ||
removeByParent ( $parent ) | ||
setCache ( Horde_Cache $cache ) | Set Cache object. | |
setLogger ( Horde_Log_Logger $logger ) |
Method | Description | |
---|---|---|
_log ( Horde_History_Log $history, array $attributes, $replaceAction = false ) |
public __construct ( Horde_History $history ) | ||
$history | Horde_History | The actual history object. |
public _getByTimestamp ( $cmp, $ts, array $filters = [], $parent = null ) | ||
$filters | array |
public getByTimestamp ( $cmp, $ts, array $filters = [], $parent = null ) | ||
$filters | array |
public getHighestModSeq ( string $parent = null ) : integer | ||
$parent | string | Restrict to entries a specific parent. |
return | integer | The modseq |
public setCache ( Horde_Cache $cache ) | ||
$cache | Horde_Cache | The cache instance. |