__construct() __construct(\Horde_History $history) Const'r Parameters \Horde_History $history The actual history object.
setCache() setCache(\Horde_Cache $cache) Set Cache object. Parameters \Horde_Cache $cache The cache instance.
log() log( $guid, array $attributes = array(), $replaceAction = false) Parameters $guid array $attributes $replaceAction
getByTimestamp() getByTimestamp( $cmp, $ts, array $filters = array(), $parent = null) Parameters $cmp $ts array $filters $parent
getByModSeq() getByModSeq( $start, $end, $filters = array(), $parent = null) Parameters $start $end $filters $parent
getHighestModSeq() getHighestModSeq(string $parent = null) : integer Return the maximum modification sequence. To be overridden in concrete class. Parameters string $parent Restrict to entries a specific parent. Returns integer — The modseq
_getByTimestamp() _getByTimestamp( $cmp, $ts, array $filters = array(), $parent = null) Parameters $cmp $ts array $filters $parent
_log() _log(\Horde_History_Log $history, array $attributes, $replaceAction = false) Parameters \Horde_History_Log $history array $attributes $replaceAction