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