PHP Class LeagueWrap\Api\Match

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

Public Methods

Method Description
getDomain ( ) : String
match ( integer $matchId, boolean $includeTimeline = false ) : Match Get the match by match id.

Method Details

getDomain() public method

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

match() public method

Get the match by match id.
public match ( integer $matchId, boolean $includeTimeline = false ) : Match
$matchId integer
$includeTimeline boolean
return Match

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

$versions protected property

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