コード例 #1
0
ファイル: HrDepartment.php プロジェクト: hendri30/OpenPrint
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getHrEmployeeMutasis0()
 {
     return $this->hasMany(HrEmployeeMutasi::className(), ['destination_department' => 'id']);
 }
コード例 #2
0
ファイル: HrEmployee.php プロジェクト: hendri30/OpenPrint
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getHrEmployeeMutasis2()
 {
     return $this->hasMany(HrEmployeeMutasi::className(), ['approval_1_by' => 'id']);
 }