Class: I2CE Entry (4.1.7)

From IHRIS Wiki
Revision as of 09:34, 23 August 2013 by Litlfred (talk | contribs) (Created page with "{{otherversions|Class: I2CE_Entry}} This article describes the class ''I2CE_Entry'' . *Location: Part of the module Fields in the package [htt...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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.

getAsArray()

Get the entry as an associative array

getValue()

Return the value of this entry