コード例 #1
0
ファイル: BaseBudgetCategory.php プロジェクト: taryono/school
 public function addBudget(Budget $l)
 {
     $this->collBudgets[] = $l;
     $l->setBudgetCategory($this);
 }