Exemplo n.º 1
0
 /**
  * New function needed to make the hydrator happy
  *
  * @param Collections\Collection $communityCollection
  */
 public function removeCommunity(Collections\Collection $communityCollection)
 {
     foreach ($communityCollection as $single) {
         $this->community->removeElement($single);
     }
 }