Свойство | Type | Description | |
---|---|---|---|
$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. |
Méthode | Description | |
---|---|---|
getDomain ( ) : String | ||
matchlist ( $identity, array | string | null $rankedQueues = null, array | string | null $seasons = null, array | string | null $championIds = null, integer | null $beginIndex = null, integer | null $endIndex = null, integer | null $beginTime = null, integer | null $endTime = null ) : LeagueWrap\Dto\MatchHistory | Get the match list by summoner identity. |
Méthode | Description | |
---|---|---|
parseParams ( mixed $rankedQueues = null, mixed $seasons = null, mixed $championIds = null, mixed $beginIndex = null, mixed $endIndex = null, mixed $beginTime = null, mixed $endTime = null ) : array | Parse the params into an array. |
public getDomain ( ) : String | ||
Résultat | String | domain used for the request |
public matchlist ( $identity, array | string | null $rankedQueues = null, array | string | null $seasons = null, array | string | null $championIds = null, integer | null $beginIndex = null, integer | null $endIndex = null, integer | null $beginTime = null, integer | null $endTime = null ) : LeagueWrap\Dto\MatchHistory | ||
$identity | int|Summoner | |
$rankedQueues | array | string | null | List of ranked queue types to use for fetching games. |
$seasons | array | string | null | List of seasons to use for fetching games. |
$championIds | array | string | null | Comma-separated list of champion IDs to use for fetching games. |
$beginIndex | integer | null | The begin index to use for fetching games. |
$endIndex | integer | null | The end index to use for fetching games. |
$beginTime | integer | null | The begin time for fetching games in milliseconds |
$endTime | integer | null | The end time for fetching games in milliseconds |
Résultat | LeagueWrap\Dto\MatchHistory |
protected parseParams ( mixed $rankedQueues = null, mixed $seasons = null, mixed $championIds = null, mixed $beginIndex = null, mixed $endIndex = null, mixed $beginTime = null, mixed $endTime = null ) : array | ||
$rankedQueues | mixed | |
$seasons | mixed | |
$championIds | mixed | |
$beginIndex | mixed | |
$endIndex | mixed | |
$beginTime | mixed | |
$endTime | mixed | |
Résultat | array |
protected int $defaultRemember | ||
Résultat | integer |
protected $permittedRegions |
protected array $versions | ||
Résultat | array |