Back to PhocacartPrice class

Method setPriceDecSymbol

public
setPriceDecSymbol
(mixed $symbol)

Method setPriceDecSymbol - Source code

public function setPriceDecSymbol($symbol)
{
    $this->price_dec_symbol = $symbol;
}