示例#1
0
 public function addStudentNote(StudentNote $l)
 {
     $this->collStudentNotes[] = $l;
     $l->setCounseling($this);
 }