PHP 클래스 LeagueWrap\Api\Champion

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

보호된 프로퍼티들

프로퍼티 타입 설명
$defaultRemember integer The amount of time we intend to remember the response for.
$free Do we want to only get the free champions?
$permittedRegions A list of all permitted regions for the Champion api call.
$versions array Valid versions for this api call.

공개 메소드들

메소드 설명
all ( ) : LeagueWrap\Dto\ChampionList Gets all the champions in the given region.
championById ( integer $championId ) : LeagueWrap\Dto\Champion Gets the information for a single champion
free ( ) : championList Gets all the free champions for this week.
getDomain ( ) : String

메소드 상세

all() 공개 메소드

Gets all the champions in the given region.
public all ( ) : LeagueWrap\Dto\ChampionList
리턴 LeagueWrap\Dto\ChampionList

championById() 공개 메소드

Gets the information for a single champion
public championById ( integer $championId ) : LeagueWrap\Dto\Champion
$championId integer
리턴 LeagueWrap\Dto\Champion

free() 공개 메소드

Gets all the free champions for this week.
public free ( ) : championList
리턴 championList

getDomain() 공개 메소드

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

프로퍼티 상세

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

The amount of time we intend to remember the response for.
protected int $defaultRemember
리턴 integer

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

Do we want to only get the free champions?
protected $free

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

A list of all permitted regions for the Champion api call.
protected $permittedRegions

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

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