コード例 #1
0
ファイル: BaseCity.php プロジェクト: peterAK/pgs-sts
 /**
  * @param	Store $store The store object to add.
  */
 protected function doAddStore($store)
 {
     $this->collStores[] = $store;
     $store->setCity($this);
 }