Site logo file
API
Search
Phoca.cz Main Site
Phoca Cart
Phoca Cart Demo
Search
Search
Advanced Search
Methods
__construct
getPriceCurrencyTitle
setPriceDecimals
setPriceDecSymbol
setPriceThousandsSep
setPriceFormat
setPricePrefix
setPriceSuffix
setCurrency
getPriceFormat
setPrefix
setSuffix
getTaxFormat
getPriceItems
getPriceItem
roundPrice
getPriceItemsShipping
getPriceItemsPayment
getCurrencyAndRateByOrder
correctMinusPrice
getPriceItemsChangedByAttributes
convertPriceDefaultToCurrentCurrency
convertPriceCurrentToDefaultCurrency
cleanPrice
You are here:
Home
Phoca Cart
PhocacartPrice
setPriceFormat
⇦
Back to PhocacartPrice class
Method setPriceFormat
public
setPriceFormat
(mixed
$format
)
Class:
PhocacartPrice
Project:
Phoca Cart
Method setPriceFormat - Source code
public function setPriceFormat($format) { $this->price_format = (int) $format; }