PHP 클래스 Destiny\Destiny

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

보호된 프로퍼티들

프로퍼티 타입 설명
$client
$platform

공개 메소드들

메소드 설명
__construct ( DestinyClient $client, DestinyPlatform $platform )
account ( Player $player ) : Account
accountDetails ( Account $account ) : Account
advisors ( ) : Advisors
grimoire ( Player $player ) : Grimoire
manifest ( ) : array
news ( )
player ( string $gamertag ) : PlayerCollection
xur ( ) : Xur

메소드 상세

__construct() 공개 메소드

public __construct ( DestinyClient $client, DestinyPlatform $platform )
$client DestinyClient
$platform DestinyPlatform

account() 공개 메소드

public account ( Player $player ) : Account
$player Player
리턴 Account

accountDetails() 공개 메소드

public accountDetails ( Account $account ) : Account
$account Account
리턴 Account

advisors() 공개 메소드

public advisors ( ) : Advisors
리턴 Advisors

grimoire() 공개 메소드

public grimoire ( Player $player ) : Grimoire
$player Player
리턴 Grimoire

manifest() 공개 메소드

public manifest ( ) : array
리턴 array

news() 공개 메소드

public news ( )

player() 공개 메소드

public player ( string $gamertag ) : PlayerCollection
$gamertag string
리턴 PlayerCollection

xur() 공개 메소드

public xur ( ) : Xur
리턴 Xur

프로퍼티 상세

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

protected $client

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

protected $platform