Class: I2CE Entry (Development)

From IHRIS Wiki


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