PHP Class Destiny\AccountStatistics

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

Public Properties

Property Type Description
$pve StatisticsCollection
$pvp StatisticsCollection

Protected Properties

Property Type Description
$account Account

Public Methods

Method Description
__construct ( Account $account, array $properties = null )
character ( $id )

Protected Methods

Method Description
gCharacters ( )
gMergedAllCharacters ( )

Method Details

__construct() public method

public __construct ( Account $account, array $properties = null )
$account Account
$properties array

character() public method

public character ( $id )

gCharacters() protected method

protected gCharacters ( )

gMergedAllCharacters() protected method

protected gMergedAllCharacters ( )

Property Details

$account protected_oe property

protected Account,Destiny $account
return Account

$pve public_oe property

public StatisticsCollection,Destiny $pve
return StatisticsCollection

$pvp public_oe property

public StatisticsCollection,Destiny $pvp
return StatisticsCollection