Destiny\Advisors\Reward::__construct PHP Method

__construct() public method

public __construct ( ActivityLevel $level, array $properties )
$level ActivityLevel
$properties array
    public function __construct(ActivityLevel $level, array $properties)
    {
        parent::__construct($properties);
        $this->extend(manifest()->inventoryItem($this->itemHash));
        $this->activityLevel = $level;
    }