예제 #1
0
파일: Currency.php 프로젝트: keeko/core
 /**
  * @param ChildCountry $country The ChildCountry object to add.
  */
 protected function doAddCountry(ChildCountry $country)
 {
     $this->collCountries[] = $country;
     $country->setCurrency($this);
 }