コード例 #1
0
ファイル: BaseEmployee.php プロジェクト: taryono/school
 public function addInboxEmpRelatedByEmployee2(InboxEmp $l)
 {
     $this->collInboxEmpsRelatedByEmployee2[] = $l;
     $l->setEmployeeRelatedByEmployee2($this);
 }