PHP 클래스 LeagueWrap\Api\Matchlist

상속: extends AbstractApi
파일 보기 프로젝트 열기: paquettg/leaguewrap

보호된 프로퍼티들

프로퍼티 타입 설명
$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
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.

보호된 메소드들

메소드 설명
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.

메소드 상세

getDomain() 공개 메소드

public getDomain ( ) : String
리턴 String domain used for the request

matchlist() 공개 메소드

Get the match list by summoner identity.
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
리턴 LeagueWrap\Dto\MatchHistory

parseParams() 보호된 메소드

Parse the params into an array.
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
리턴 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

$versions 보호되어 있는 프로퍼티

Valid version for this api call.
protected array $versions
리턴 array