PHP 클래스 LeagueWrap\Api\Stats

상속: extends AbstractApi
파일 보기 프로젝트 열기: paquettg/leaguewrap

보호된 프로퍼티들

프로퍼티 타입 설명
$defaultRemember integer The amount of time we intend to remember the response for.
$permittedRegions A list of all permitted regions for the Stats api call.
$season string The season we wish to get the stats from. Null will return the stats of the current season.
$versions array Valid version for this api call.

공개 메소드들

메소드 설명
getDomain ( ) : String
ranked ( mixed $identity ) : array Gets the stats for ranked queues only by summary id.
setSeason ( string $season ) Sets the season param to the given input.
summary ( mixed $identity ) : array Gets the stats summary by summoner id.

메소드 상세

getDomain() 공개 메소드

public getDomain ( ) : String
리턴 String domain used for the request

ranked() 공개 메소드

Gets the stats for ranked queues only by summary id.
public ranked ( mixed $identity ) : array
$identity mixed
리턴 array

setSeason() 공개 메소드

Sets the season param to the given input.
public setSeason ( string $season )
$season string

summary() 공개 메소드

Gets the stats summary by summoner id.
public summary ( mixed $identity ) : array
$identity mixed
리턴 array

프로퍼티 상세

$defaultRemember 보호되어 있는 프로퍼티

The amount of time we intend to remember the response for.
protected int $defaultRemember
리턴 integer

$permittedRegions 보호되어 있는 프로퍼티

A list of all permitted regions for the Stats api call.
protected $permittedRegions

$season 보호되어 있는 프로퍼티

The season we wish to get the stats from. Null will return the stats of the current season.
protected string $season
리턴 string

$versions 보호되어 있는 프로퍼티

Valid version for this api call.
protected array $versions
리턴 array