Example #1
0
 public function addSubjectAccal(SubjectAccal $l)
 {
     $this->collSubjectAccals[] = $l;
     $l->setEmployee($this);
 }