PHP Class LeagueWrap\Api\Featuredgames

Inheritance: extends AbstractApi
Datei anzeigen 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 versions for this api call.

Public Methods

Method Description
featuredGames ( ) : LeagueWrap\Dto\AbstractDto Requests all featured games.
getDomain ( ) : String

Method Details

featuredGames() public method

Requests all featured games.
public featuredGames ( ) : LeagueWrap\Dto\AbstractDto
return LeagueWrap\Dto\AbstractDto

getDomain() public method

public getDomain ( ) : String
return 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
return integer

$permittedRegions protected_oe property

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

$versions protected_oe property

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