コード例 #1
0
ファイル: UserFactory.php プロジェクト: essif/fadls-vaip
 function getEmployee()
 {
     return EmployeeFactory::create($this->employee);
 }