Destiny\Advisors\Reward::gValue PHP Метод

gValue() защищенный Метод

protected gValue ( $value )
    protected function gValue($value)
    {
        $hash = $this->itemHash;
        $level = $this->activityLevel->level;
        if ($this->activityLevel->definition->activityType->isWeekly()) {
            return array_get($this->patches, "{$hash}.{$level}", $value);
        }
        return $value;
    }