示例#1
0
 public function getTournament()
 {
     return Result::findOne(['id_game' => $this->id_game])->tournament_name;
 }