Class: I2CE Entry

From IHRIS Wiki
Revision as of 08:49, 10 November 2009 by Litlfred (talk | contribs)

This article describes the class I2CE_Entry.

Class for representing an entry in the database. Multiple entries may exist for any value to track all changes since the record was created.

Variables

$date

The date this entry was added.

$who

The user id of the person who made this entry.

$change_type

The type of change for this entry.

$value

The value for this entry.

Methods

__construct()

Create a new instance of a I2CE_Entry. This will usually be done by the object when it needs access to the history for this field.

getValue()

Return the value of this entry