Destiny\Character\InventoryBucket::__construct PHP Method

__construct() public method

public __construct ( Inventory $inventory, array $properties )
$inventory Inventory
$properties array
    public function __construct(Inventory $inventory, array $properties)
    {
        parent::__construct($properties);
        $this->inventory = $inventory;
    }