Destiny\AdvisorsTwo\Reward::gQuantity PHP Method

gQuantity() protected method

protected gQuantity ( )
    protected function gQuantity()
    {
        if ($this->value > 0) {
            return sprintf('× %s', $this->value);
        }
    }