PHP Класс LeagueWrap\Api\Team

Наследование: 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 Champion api call.
$teams A list of all the teams we have received so far.
$versions array Valid version for this api call.

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

Метод Описание
getDomain ( ) : String
team ( Summoner | Int $identities ) : array Gets the team information by summoner id or list of summoner ids.

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

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

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

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

Gets the team information by summoner id or list of summoner ids.
public team ( Summoner | Int $identities ) : array
$identities Summoner | Int
Результат 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 Champion api call.
protected $permittedRegions

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

A list of all the teams we have received so far.
protected $teams

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

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