/** * Counts all many-to-many associated GroupRegistrationsesAsGroupstructure * @return int */ public function CountGroupRegistrationsesAsGroupstructure() { if (is_null($this->intId)) { return 0; } return GroupRegistrations::CountByGrowthGroupStructureAsGroupstructure($this->intId); }