Conditions | 1 |
Paths | 1 |
Total Lines | 15 |
Code Lines | 12 |
Lines | 0 |
Ratio | 0 % |
Tests | 14 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
26 | 2 | public function __construct() |
|
27 | { |
||
28 | 2 | $this->setMap([ |
|
29 | 2 | 'dateTimeFormat' => 'date_time_format', |
|
30 | 2 | 'mergeBlocks' => 'merge_blocks', |
|
31 | 2 | 'mergeFields' => 'merge_fields', |
|
32 | 2 | 'name' => 'name', |
|
33 | 2 | 'numericFormat' => 'numeric_format', |
|
34 | 2 | 'preserveFormatting' => 'preserve_formatting', |
|
35 | 2 | 'templateName' => 'template_name', |
|
36 | 2 | 'text' => 'text', |
|
37 | 2 | 'textAfter' => 'text_after', |
|
38 | 2 | 'textBefore' => 'text_before', |
|
39 | 2 | ]); |
|
40 | 2 | } |
|
41 | } |
||
44 |