Beispiel #1
0
 public function addInbox(Inbox $l)
 {
     $this->collInboxs[] = $l;
     $l->setEmployee($this);
 }