コード例 #1
0
ファイル: BaseCountry.php プロジェクト: peterAK/pgs-sts
 /**
  * @param	State $state The state object to add.
  */
 protected function doAddState($state)
 {
     $this->collStates[] = $state;
     $state->setCountry($this);
 }