Example #1
0
 /**
  * New function needed to make the hydrator happy
  *
  * @param Collections\Collection $communityCollection
  */
 public function addCommunity(Collections\Collection $communityCollection)
 {
     foreach ($communityCollection as $community) {
         $community->contact = $this;
         $this->community->add($community);
     }
 }