Exemple #1
0
 public function addInboxEmpRelatedByEmployeeId(InboxEmp $l)
 {
     $this->collInboxEmpsRelatedByEmployeeId[] = $l;
     $l->setEmployeeRelatedByEmployeeId($this);
 }