コード例 #1
0
ファイル: BaseTerm.php プロジェクト: therealchiko/getchabooks
 /**
  * @param	Dept $dept The dept object to add.
  */
 protected function doAddDept($dept)
 {
     $this->collDepts[] = $dept;
     $dept->setTerm($this);
 }