PHP Класс LeagueWrap\Api\Stats

Наследование: extends AbstractApi
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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