Destiny\Advisors\Reward::gQuantity PHP Method

gQuantity() protected method

protected gQuantity ( )
    protected function gQuantity()
    {
        if ($this->value < 2) {
            return '';
        }
        return sprintf('&times; %s', $this->value);
    }