예제 #1
0
 /**
  * @param Person $person
  * @return Registration
  */
 public function setPerson(Person $person)
 {
     $person->addRegistration($this);
     $this->person = $person;
     return $this;
 }