示例#1
0
 /**
  * Gets the historical journal for this object's GrowthGroupStructure relationship from the log database.
  * @return QDatabaseResult $objResult
  */
 public function GetJournalGrowthGroupStructureAssociation()
 {
     return GrowthGroup::GetJournalGrowthGroupStructureAssociationForId($this->intGroupId);
 }