Exemple #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getHrEmployeeMutasis0()
 {
     return $this->hasMany(HrEmployeeMutasi::className(), ['destination_department' => 'id']);
 }
Exemple #2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getHrEmployeeMutasis2()
 {
     return $this->hasMany(HrEmployeeMutasi::className(), ['approval_1_by' => 'id']);
 }