Beispiel #1
0
 /**
  * @param InstructorGroupInterface $instructorGroup
  */
 public function addInstructorGroup(InstructorGroupInterface $instructorGroup)
 {
     $this->instructorGroups->add($instructorGroup);
 }
Beispiel #2
0
 /**
  * @param InstructorGroupInterface $instructorGroup
  */
 public function removeInstructorGroup(InstructorGroupInterface $instructorGroup)
 {
     $this->instructorGroups->removeElement($instructorGroup);
     $instructorGroup->removeUser($this);
 }