コード例 #1
0
ファイル: Postcode.php プロジェクト: fredyns/yii2-boilerplate
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getCountry()
 {
     return $this->hasOne(Country::className(), ['id' => 'country_id']);
 }