コード例 #1
0
ファイル: tournament.php プロジェクト: nishad/bmtmgr
 public function get_publications()
 {
     return Publication::fetch_all_in_tournament($this->id);
 }