Пример #1
0
 /**
  * Gets the historical journal for this object's AttributeValueAsMultiple relationship from the log database.
  * @return QDatabaseResult $objResult
  */
 public function GetJournalAttributeValueAsMultipleAssociation()
 {
     return AttributeOption::GetJournalAttributeValueAsMultipleAssociationForId($this->intId);
 }