コード例 #1
0
ファイル: BasePayerType.php プロジェクト: taryono/school
 public function addAcademicCost(AcademicCost $l)
 {
     $this->collAcademicCosts[] = $l;
     $l->setPayerType($this);
 }