Пример #1
0
 public function addStudentType(StudentType $l)
 {
     $this->collStudentTypes[] = $l;
     $l->setPayerType($this);
 }