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