PHP 클래스 LeagueWrap\Region

파일 보기 프로젝트 열기: paquettg/leaguewrap 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$championMasteryDomain
$currentGameDomain
$defaultDomain The default domain to attempt to query
$defaultStaticDomain The default domain for static queries
$featuredGameDomain
$platformIds
$region The region that this object represents.
$statusDomain

공개 메소드들

메소드 설명
__construct ( $region )
getChampionMasteryDomain ( )
getCurrentGameDomain ( )
getDefaultDomain ( ) : string Returns the domain that this region needs to make its request.
getFeaturedGamesDomain ( ) : string Returns the observer domain that this region needs to make its request.
getRegion ( ) : string Returns the region that was passed in the constructor.
getStaticDataDomain ( ) : string Returns the static data domain that this region needs to make its request.
getStatusDomain ( )
isLocked ( array $regions ) : boolean Determines wether the given region is locked out.

보호된 메소드들

메소드 설명
getPlatformId ( ) : String

메소드 상세

__construct() 공개 메소드

public __construct ( $region )
$region

getChampionMasteryDomain() 공개 메소드

getCurrentGameDomain() 공개 메소드

getDefaultDomain() 공개 메소드

Returns the domain that this region needs to make its request.
public getDefaultDomain ( ) : string
리턴 string

getFeaturedGamesDomain() 공개 메소드

Returns the observer domain that this region needs to make its request.
public getFeaturedGamesDomain ( ) : string
리턴 string

getPlatformId() 보호된 메소드

protected getPlatformId ( ) : String
리턴 String platform id for the selected version

getRegion() 공개 메소드

Returns the region that was passed in the constructor.
public getRegion ( ) : string
리턴 string

getStaticDataDomain() 공개 메소드

Returns the static data domain that this region needs to make its request.
public getStaticDataDomain ( ) : string
리턴 string

getStatusDomain() 공개 메소드

public getStatusDomain ( )

isLocked() 공개 메소드

Determines wether the given region is locked out.
public isLocked ( array $regions ) : boolean
$regions array
리턴 boolean

프로퍼티 상세

$championMasteryDomain 보호되어 있는 프로퍼티

protected $championMasteryDomain

$currentGameDomain 보호되어 있는 프로퍼티

protected $currentGameDomain

$defaultDomain 보호되어 있는 프로퍼티

The default domain to attempt to query
protected $defaultDomain

$defaultStaticDomain 보호되어 있는 프로퍼티

The default domain for static queries
protected $defaultStaticDomain

$featuredGameDomain 보호되어 있는 프로퍼티

protected $featuredGameDomain

$platformIds 보호되어 있는 프로퍼티

protected $platformIds

$region 보호되어 있는 프로퍼티

The region that this object represents.
protected $region

$statusDomain 보호되어 있는 프로퍼티

protected $statusDomain