コード例 #1
0
 /**
  * Gets the historical journal for this object's CommunicationListEntry relationship from the log database.
  * @return QDatabaseResult $objResult
  */
 public function GetJournalCommunicationListEntryAssociation()
 {
     return CommunicationList::GetJournalCommunicationListEntryAssociationForId($this->intId);
 }