예제 #1
0
 public function addOutbox(Outbox $l)
 {
     $this->collOutboxs[] = $l;
     $l->setEmployee($this);
 }