Example #1
0
 public function link()
 {
     return convertToLink($this->title) . "/" . $this->id;
 }
Example #2
0
 public function link()
 {
     return convertToLink($this->tournament . "-" . $this->full_name) . "/" . $this->id;
 }