PHP Класс LeagueWrap\Api\Match

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

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

Метод Описание
getDomain ( ) : String
match ( integer $matchId, boolean $includeTimeline = false ) : Match Get the match by match id.

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

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

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

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

Get the match by match id.
public match ( integer $matchId, boolean $includeTimeline = false ) : Match
$matchId integer
$includeTimeline boolean
Результат Match

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

$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

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

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