Ejemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function removeRecipient(SchoolInterface $recipient)
 {
     $this->recipients->removeElement($recipient);
 }
Ejemplo n.º 2
0
 /**
  * @param SchoolInterface $school
  */
 public function removeAdministeredSchool(SchoolInterface $school)
 {
     $this->administeredSchools->removeElement($school);
     $school->removeAdministrator($this);
 }