PHP Class LeagueWrap\Api\Team

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 Champion api call.
$teams A list of all the teams we have received so far.
$versions array Valid version for this api call.

Public Methods

Method Description
getDomain ( ) : String
team ( Summoner | Int $identities ) : array Gets the team information by summoner id or list of summoner ids.

Method Details

getDomain() public method

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

team() public method

Gets the team information by summoner id or list of summoner ids.
public team ( Summoner | Int $identities ) : array
$identities Summoner | Int
return array

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

$teams protected property

A list of all the teams we have received so far.
protected $teams

$versions protected property

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