Example #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getHrEmployees()
 {
     return $this->hasMany(HrEmployee::className(), ['country_id' => 'id']);
 }
Example #2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getHrEmployees()
 {
     return $this->hasMany(HrEmployee::className(), ['department_id' => 'id']);
 }
Example #3
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getHrEmployees()
 {
     return $this->hasMany(HrEmployee::className(), ['address_home_id' => 'id']);
 }