PHP Class LeagueWrap\Api\Stats

Inheritance: extends AbstractApi
Afficher le fichier Open project: paquettg/leaguewrap

Protected Properties

Свойство Type Description
$defaultRemember integer The amount of time we intend to remember the response for.
$permittedRegions A list of all permitted regions for the Stats api call.
$season string The season we wish to get the stats from. Null will return the stats of the current season.
$versions array Valid version for this api call.

Méthodes publiques

Méthode Description
getDomain ( ) : String
ranked ( mixed $identity ) : array Gets the stats for ranked queues only by summary id.
setSeason ( string $season ) Sets the season param to the given input.
summary ( mixed $identity ) : array Gets the stats summary by summoner id.

Method Details

getDomain() public méthode

public getDomain ( ) : String
Résultat String domain used for the request

ranked() public méthode

Gets the stats for ranked queues only by summary id.
public ranked ( mixed $identity ) : array
$identity mixed
Résultat array

setSeason() public méthode

Sets the season param to the given input.
public setSeason ( string $season )
$season string

summary() public méthode

Gets the stats summary by summoner id.
public summary ( mixed $identity ) : array
$identity mixed
Résultat array

Property Details

$defaultRemember protected_oe property

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

$permittedRegions protected_oe property

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

$season protected_oe property

The season we wish to get the stats from. Null will return the stats of the current season.
protected string $season
Résultat string

$versions protected_oe property

Valid version for this api call.
protected array $versions
Résultat array