Exemplo n.º 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getInterest()
 {
     return $this->hasOne(Areaintrest::className(), ['id' => 'interest_id']);
 }