Exemplo n.º 1
0
 /**
  * @param ChildCountry $country The ChildCountry object to add.
  */
 protected function doAddCountry(ChildCountry $country)
 {
     $this->collCountries[] = $country;
     $country->setCurrency($this);
 }