Открытые члены | |
__construct (float $rate) | |
calc (float $price, bool $isVatInPrice, bool $withRound=true) | |
allocate (float $price, bool $withRound=true) | |
accrue (float $price, bool $withRound=true) | |
Calculating vat value.
Example:
См. определение в файле vatcalculator.php строка 16
__construct | ( | float | $rate | ) |
float | $rate | number from 0 to 1 (20% its 0.2). |
bool | $isVatInPrice |
См. определение в файле vatcalculator.php строка 24
accrue | ( | float | $price, |
bool | $withRound = true ) |
Accrue vat value to price.
float | $price | |
bool | $withRound |
См. определение в файле vatcalculator.php строка 85
allocate | ( | float | $price, |
bool | $withRound = true ) |
Allocate price without vat from price with vat.
float | $price | |
bool | $withRound |
См. определение в файле vatcalculator.php строка 63
calc | ( | float | $price, |
bool | $isVatInPrice, | ||
bool | $withRound = true ) |
Calculate vat value.
float | $price | |
bool | $withRound |
См. определение в файле vatcalculator.php строка 37