Example #1
0
 function getChartURL()
 {
     $url = JoomleagueHelperRoute::getTeamStatsChartDataRoute($this->projectid, $this->teamid);
     $url = str_replace('&', '%26', $url);
     return $url;
 }