Example #1
0
 public function get_tournaments($add_sql = '')
 {
     return Tournament::get_all('WHERE season_id=? ' . $add_sql, [$this->id]);
 }