예제 #1
0
 /**
  * Gets the historical journal for this object's Person relationship from the log database.
  * @return QDatabaseResult $objResult
  */
 public function GetJournalPersonAssociation()
 {
     return CommunicationList::GetJournalPersonAssociationForId($this->intId);
 }