PHP Класс LeagueWrap\Api\Championmastery

Наследование: 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.

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

Метод Описание
champion ( $identity, $championId )
champions ( $identity )
getDomain ( ) : String
score ( $identity )
topChampions ( $identity, $count = 3 )

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

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

public champion ( $identity, $championId )

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

public champions ( $identity )

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

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

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

public score ( $identity )

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

public topChampions ( $identity, $count = 3 )

Описание свойств

$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