예제 #1
0
 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;
 }