PHP Class Destiny\Character\ActivityCollection

Inheritance: extends Destiny\Collection
Datei anzeigen Open project: TrackerNetwork/DestinyStatus

Protected Properties

Property Type Description
$character Destiny\Character

Public Methods

Method Description
__construct ( Character $character, array $stats, array $checklist )

Protected Methods

Method Description
gDailyAndNightfall ( )
gWeekly ( )
gWeeklyArenas ( )
gWeeklyRaids ( )
gWeeklyStrikes ( )

Method Details

__construct() public method

public __construct ( Character $character, array $stats, array $checklist )
$character Destiny\Character
$stats array
$checklist array

gDailyAndNightfall() protected method

protected gDailyAndNightfall ( )

gWeekly() protected method

protected gWeekly ( )

gWeeklyArenas() protected method

protected gWeeklyArenas ( )

gWeeklyRaids() protected method

protected gWeeklyRaids ( )

gWeeklyStrikes() protected method

protected gWeeklyStrikes ( )

Property Details

$character protected_oe property

protected Character,Destiny $character
return Destiny\Character