PHP Class LeagueWrap\Api\Championmastery

Inheritance: extends AbstractApi
Show file Open project: paquettg/leaguewrap

Protected Properties

Property Type Description
$defaultRemember integer The amount of time we intend to remember the response for.
$permittedRegions A list of all permitted regions for the league api call.
$versions array Valid version for this api call.

Public Methods

Method Description
champion ( $identity, $championId )
champions ( $identity )
getDomain ( ) : String
score ( $identity )
topChampions ( $identity, $count = 3 )

Method Details

champion() public method

public champion ( $identity, $championId )

champions() public method

public champions ( $identity )

getDomain() public method

public getDomain ( ) : String
return String domain used for the request

score() public method

public score ( $identity )

topChampions() public method

public topChampions ( $identity, $count = 3 )

Property Details

$defaultRemember protected property

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

$permittedRegions protected property

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

$versions protected property

Valid version for this api call.
protected array $versions
return array