| Conditions | 1 |
| Paths | 1 |
| Total Lines | 16 |
| Code Lines | 14 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 15 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 25 | 20 | public function __construct() |
|
| 26 | { |
||
| 27 | 20 | $this->setMap([ |
|
| 28 | 20 | 'author' => 'author', |
|
| 29 | 20 | 'creationDate' => 'creation_date', |
|
| 30 | 20 | 'creatorApplication' => 'creator_application', |
|
| 31 | 20 | 'culture' => 'culture', |
|
| 32 | 20 | 'documentSubject' => 'document_subject', |
|
| 33 | 20 | 'documentTitle' => 'document_title', |
|
| 34 | 20 | 'lastModificationDate' => 'last_modification_date', |
|
| 35 | 20 | 'mergeHtml' => 'merge_html', |
|
| 36 | 20 | 'removeEmptyBlocks' => 'remove_empty_blocks', |
|
| 37 | 20 | 'removeEmptyFields' => 'remove_empty_fields', |
|
| 38 | 20 | 'removeEmptyImages' => 'remove_empty_images', |
|
| 39 | 20 | 'removeTrailingWhitespace' => 'remove_trailing_whitespace', |
|
| 40 | 20 | 'userPassword' => 'user_password', |
|
| 41 | 20 | ]); |
|
| 44 |