MODPATH/player/classes/repository/player.php [ 38 ]
33 } elseif (in_array($type, $infoFields)) {
34 $qb
35 ->join(p.playerInfo, i)
36 ->orderBy("i.{$type}", DESC);
37 } else {
38 throw new \UnexpectedValueException("Ranking {$type} not exists");
39 }
40 $this->applyPlayerFilter($qb, $filter);
41
42 return $qb->getQuery()->getResult();
43 }
APPPATH/classes/controller/index/ratings.php [ 60 ] » Repository_Player->getRanking(arguments)
{PHP internal call} » Controller_Index_Ratings->action_players()
SYSPATH/classes/kohana/request/client/internal.php [ 123 ] » ReflectionMethod->invoke(arguments)
SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)
SYSPATH/classes/kohana/request.php [ 1146 ] » Kohana_Request_Client->execute(arguments)
DOCROOT/index.php [ 9 ] » Kohana_Request->execute()