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