コード例 #1
0
ファイル: MinistryGen.class.php プロジェクト: alcf/chms
 /**
  * Gets the historical journal for this object's Login relationship from the log database.
  * @return QDatabaseResult $objResult
  */
 public function GetJournalLoginAssociation()
 {
     return Ministry::GetJournalLoginAssociationForId($this->intId);
 }