Exemplo n.º 1
0
 public function addDistrict(District $l)
 {
     $this->collDistricts[] = $l;
     $l->setCity($this);
 }