Ejemplo n.º 1
0
 /**
  * Gets the historical journal for this object from the log database.
  * Objects will have VirtualAttributes available to lookup login, date, and action information from the journal object.
  * @return Datagrid[]
  */
 public function GetJournal()
 {
     return Datagrid::GetJournalForId($this->intDatagridId);
 }