コード例 #1
0
 /**
  * Counts all many-to-many associated GrowthGroups
  * @return int
  */
 public function CountGrowthGroups()
 {
     if (is_null($this->intId)) {
         return 0;
     }
     return GrowthGroup::CountByGrowthGroupStructure($this->intId);
 }