Total Complexity | 6 |
Total Lines | 51 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
24 | class Number extends Mailcode_Factory_CommandSets_Set |
||
25 | { |
||
26 | public function create(string $variableName, string $formatString="", bool $absolute=false) : Mailcode_Commands_Command_ShowNumber |
||
50 | } |
||
51 | |||
52 | private function compileNumberParams(string $formatString="", bool $absolute=false) : string |
||
77 |