Total Complexity | 6 |
Total Lines | 44 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
24 | class Price extends Mailcode_Factory_CommandSets_Set |
||
25 | { |
||
26 | public function create(string $variableName, bool $absolute = false, bool $withCurrencyName = true): Mailcode_Commands_Command_ShowPrice |
||
49 | } |
||
50 | |||
51 | private function compilePriceParams(bool $absolute = false, bool $withCurrencyName = true): string |
||
70 |