ShopCurrency::NiceOrEmpty PHP Method

NiceOrEmpty() public method

public NiceOrEmpty ( )
    public function NiceOrEmpty()
    {
        if ($this->value != 0) {
            return $this->Nice();
        }
        return "";
    }