Property | Type | Description | |
---|---|---|---|
$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. |
Method | Description | |
---|---|---|
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. |
protected int $defaultRemember | ||
return | integer |
protected $permittedRegions |
protected string $season | ||
return | string |
protected array $versions | ||
return | array |