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