コード例 #1
0
 public function addResearcher(Researcher $l)
 {
     $this->collResearchers[] = $l;
     $l->setOrganization($this);
 }