PHP Class Destiny\Destiny

Afficher le fichier Open project: TrackerNetwork/DestinyStatus Class Usage Examples

Protected Properties

Свойство Type Description
$client
$platform

Méthodes publiques

Méthode Description
__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

Method Details

__construct() public méthode

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

account() public méthode

public account ( Player $player ) : Account
$player Player
Résultat Account

accountDetails() public méthode

public accountDetails ( Account $account ) : Account
$account Account
Résultat Account

advisors() public méthode

public advisors ( ) : Advisors
Résultat Advisors

grimoire() public méthode

public grimoire ( Player $player ) : Grimoire
$player Player
Résultat Grimoire

manifest() public méthode

public manifest ( ) : array
Résultat array

news() public méthode

public news ( )

player() public méthode

public player ( string $gamertag ) : PlayerCollection
$gamertag string
Résultat PlayerCollection

xur() public méthode

public xur ( ) : Xur
Résultat Xur

Property Details

$client protected_oe property

protected $client

$platform protected_oe property

protected $platform