Ejemplo n.º 1
0
 /**
  * Связь со страной
  * @return \yii\db\ActiveQuery
  */
 public function getCountry()
 {
     return $this->hasOne(Country::className(), ["id" => "country_id"]);
 }