[Horde_History] element index

Package indexes

All elements
d g h l r s u _
_
top
Variable $_db
Horde_History::$_db in History.php
Pointer to a DB instance to manage the history.
Variable $_write_db
Handle for the current database connection, used for writing. Defaults to the same handle as $_db if a separate write database is not required.
d
top
Variable $data
HistoryObject::$data in History.php
g
top
Method getActionTimestamp
Gets the timestamp of the most recent change to $guid.
Method getByTimestamp
Finds history objects by timestamp, and optionally filter on other fields as well.
Method getData
Method getHistory
Returns a HistoryObject corresponding to the named history entry, with the data retrieved appropriately. $autocreate has no affect.
h
top
Page History.php
History.php in History.php
Method HistoryObject
Class HistoryObject
HistoryObject in History.php
Class for presenting History information.
Method Horde_History
Constructor.
Class Horde_History
Horde_History in History.php
The History:: class provides a method of tracking changes in Horde objects, stored in a SQL table.
l
top
Method log
Horde_History::log() in History.php
Logs an event to an item's history log. The item must be uniquely identified by $guid. Any other details about the event are passed in $attributes. Standard suggested attributes are:
r
top
Method removeByNames
Remove one or more history entries by name.
s
top
Method singleton
Attempts to return a reference to a concrete History instance.
u
top
Variable $uid
HistoryObject::$uid in History.php
d g h l r s u _