Ejemplo n.º 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getEventLeaguesList()
 {
     return $this->hasMany(DotaEventLeague::className(), ['event_id' => 'id'])->with('league');
 }