PHP Class Destiny\Character\Activity

Inheritance: extends Destiny\Model
Datei anzeigen Open project: TrackerNetwork/DestinyStatus Class Usage Examples

Protected Properties

Property Type Description
$character Destiny\Character
$completion Destiny\AdvisorsTwo\Completion
$customIcons
$stats Destiny\StatisticsCollection

Public Methods

Method Description
__construct ( Character $character, array $properties, StatisticsCollection $stats = null, Completion $completion )
isArena ( )
isDaily ( )
isNightfall ( )
isRaid ( )
isWeekly ( )
isWeeklyHeroic ( )

Protected Methods

Method Description
gActivityHash ( $value )
gActivityLevel ( )
gActivityName ( )
gActivityType ( )
gDefinition ( )
gIcon ( )
gIsCompleted ( )
gTimesCompleted ( )

Method Details

__construct() public method

public __construct ( Character $character, array $properties, StatisticsCollection $stats = null, Completion $completion )
$character Destiny\Character
$properties array
$stats Destiny\StatisticsCollection
$completion Destiny\AdvisorsTwo\Completion

gActivityHash() protected method

protected gActivityHash ( $value )

gActivityLevel() protected method

protected gActivityLevel ( )

gActivityName() protected method

protected gActivityName ( )

gActivityType() protected method

protected gActivityType ( )

gDefinition() protected method

protected gDefinition ( )

gIcon() protected method

protected gIcon ( )

gIsCompleted() protected method

protected gIsCompleted ( )

gTimesCompleted() protected method

protected gTimesCompleted ( )

isArena() public method

public isArena ( )

isDaily() public method

public isDaily ( )

isNightfall() public method

public isNightfall ( )

isRaid() public method

public isRaid ( )

isWeekly() public method

public isWeekly ( )

isWeeklyHeroic() public method

public isWeeklyHeroic ( )

Property Details

$character protected_oe property

protected Character,Destiny $character
return Destiny\Character

$completion protected_oe property

protected Completion,Destiny\AdvisorsTwo $completion
return Destiny\AdvisorsTwo\Completion

$customIcons protected_oe static_oe property

protected static $customIcons

$stats protected_oe property

protected StatisticsCollection,Destiny $stats
return Destiny\StatisticsCollection