PHP Class Destiny\Character\Inventory

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

Protected Properties

Property Type Description
$character Destiny\Character

Public Methods

Method Description
__construct ( Character $character, array $properties )

Protected Methods

Method Description
gAccount ( )
gArms ( )
gArtifact ( )
gCharacter ( )
gChest ( )
gClass ( )
gEmblem ( )
gEmote ( )
gGhost ( )
gHead ( )
gHeavyWeapons ( )
gItems ( $key )
gLegs ( )
gPrimaryWeapons ( )
gShader ( )
gShip ( )
gSparrowHorn ( )
gSpecialWeapons ( )
gSubclass ( )
gVehicle ( )

Method Details

__construct() public method

public __construct ( Character $character, array $properties )
$character Destiny\Character
$properties array

gAccount() protected method

protected gAccount ( )

gArms() protected method

protected gArms ( )

gArtifact() protected method

protected gArtifact ( )

gCharacter() protected method

protected gCharacter ( )

gChest() protected method

protected gChest ( )

gClass() protected method

protected gClass ( )

gEmblem() protected method

protected gEmblem ( )

gEmote() protected method

protected gEmote ( )

gGhost() protected method

protected gGhost ( )

gHead() protected method

protected gHead ( )

gHeavyWeapons() protected method

protected gHeavyWeapons ( )

gItems() protected method

protected gItems ( $key )

gLegs() protected method

protected gLegs ( )

gPrimaryWeapons() protected method

protected gPrimaryWeapons ( )

gShader() protected method

protected gShader ( )

gShip() protected method

protected gShip ( )

gSparrowHorn() protected method

protected gSparrowHorn ( )

gSpecialWeapons() protected method

protected gSpecialWeapons ( )

gSubclass() protected method

protected gSubclass ( )

gVehicle() protected method

protected gVehicle ( )

Property Details

$character protected_oe property

protected Character,Destiny $character
return Destiny\Character