コード例 #1
0
ファイル: SmsMessageGen.class.php プロジェクト: alcf/chms
 /**
  * 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 SmsMessage[]
  */
 public function GetJournal()
 {
     return SmsMessage::GetJournalForId($this->intId);
 }