Пример #1
0
 /**
  * @param	Store $store The store object to add.
  */
 protected function doAddStore($store)
 {
     $this->collStores[] = $store;
     $store->setCountry($this);
 }