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