コード例 #1
0
ファイル: Competition.php プロジェクト: neyko5/mtgslo
 public function link()
 {
     return convertToLink($this->title) . "/" . $this->id;
 }
コード例 #2
0
ファイル: Ranking.php プロジェクト: neyko5/mtgslo
 public function link()
 {
     return convertToLink($this->tournament . "-" . $this->full_name) . "/" . $this->id;
 }