PHP Class Destiny\Account

Inheritance: extends Model
Datei anzeigen Open project: TrackerNetwork/DestinyStatus

Protected Properties

Property Type Description
$extended boolean
$player Player
$statistics AccountStatistics

Public Methods

Method Description
__construct ( Player $player, array $properties, array $stats = null )
load ( )

Protected Methods

Method Description
gCurrencies ( )
gPlayer ( )
gStatistics ( )
sStatistics ( AccountStatistics $stats )

Method Details

__construct() public method

public __construct ( Player $player, array $properties, array $stats = null )
$player Player
$properties array
$stats array

gCurrencies() protected method

protected gCurrencies ( )

gPlayer() protected method

protected gPlayer ( )

gStatistics() protected method

protected gStatistics ( )

load() public method

public load ( )

sStatistics() protected method

protected sStatistics ( AccountStatistics $stats )
$stats AccountStatistics

Property Details

$extended protected_oe property

protected bool $extended
return boolean

$player protected_oe property

protected Player,Destiny $player
return Player

$statistics protected_oe property

protected AccountStatistics,Destiny $statistics
return AccountStatistics