PHP Class LeagueWrap\Api\Currentgame

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 league api call.
$versions array Valid version for this api call.

Méthodes publiques

Méthode Description
currentGame ( Summoner | Int $identity ) : LeagueWrap\Dto\AbstractDto Gets the current game of summoner.
getDomain ( ) : String

Method Details

currentGame() public méthode

Gets the current game of summoner.
public currentGame ( Summoner | Int $identity ) : LeagueWrap\Dto\AbstractDto
$identity Summoner | Int
Résultat LeagueWrap\Dto\AbstractDto

getDomain() public méthode

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

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 league api call.
protected $permittedRegions

$versions protected_oe property

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