Exemple #1
0
 /**
  * Counts all associated ParentPagerHouseholds
  * @return int
  */
 public function CountParentPagerHouseholds()
 {
     if (is_null($this->intId)) {
         return 0;
     }
     return ParentPagerHousehold::CountByHouseholdId($this->intId);
 }