Example #1
0
 /**
  * Counts all associated GroupRoles
  * @return int
  */
 public function CountGroupRoles()
 {
     if (is_null($this->intId)) {
         return 0;
     }
     return GroupRole::CountByMinistryId($this->intId);
 }