コード例 #1
0
ファイル: BaseClassGroup.php プロジェクト: taryono/school
 public function addClassGroupRelatedByParent(ClassGroup $l)
 {
     $this->collClassGroupsRelatedByParent[] = $l;
     $l->setClassGroupRelatedByParent($this);
 }