PHP Класс LeagueWrap\Api\League

Наследование: 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 league api call.
$versions array Valid version for this api call.

Открытые методы

Метод Описание
challenger ( string $type = 'RANKED_SOLO_5x5' ) : array Gets the league information for the challenger teams.
getDomain ( ) : String
league ( Summoner | Int $identities, boolean $entry = false ) : array Gets the league information by summoner id or list of summoner ids. To only get the single entry information for the summoner(s) ensure that $entry is set to true.

Описание методов

challenger() публичный Метод

Gets the league information for the challenger teams.
public challenger ( string $type = 'RANKED_SOLO_5x5' ) : array
$type string
Результат array

getDomain() публичный Метод

public getDomain ( ) : String
Результат String domain used for the request

league() публичный Метод

Gets the league information by summoner id or list of summoner ids. To only get the single entry information for the summoner(s) ensure that $entry is set to true.
public league ( Summoner | Int $identities, boolean $entry = false ) : array
$identities Summoner | Int
$entry boolean
Результат 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 league api call.
protected $permittedRegions

$versions защищенное свойство

Valid version for this api call.
protected array $versions
Результат array