Ejemplo n.º 1
0
 /**
  * Gets the historical journal for this object's CommunicationList relationship from the log database.
  * @return QDatabaseResult $objResult
  */
 public function GetJournalCommunicationListAssociation()
 {
     return CommunicationListEntry::GetJournalCommunicationListAssociationForId($this->intId);
 }