| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 9 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 25 | 4 | public function __construct() |
|
| 26 | { |
||
| 27 | 4 | $this->setMap([ |
|
| 28 | 4 | 'author' => 'author', |
|
| 29 | 4 | 'creationDate' => 'creation_date', |
|
| 30 | 4 | 'creatorApplication' => 'creator_application', |
|
| 31 | 4 | 'documentSubject' => 'document_subject', |
|
| 32 | 4 | 'documentTitle' => 'document_title', |
|
| 33 | 4 | 'lastModificationDate' => 'last_modification_date', |
|
| 34 | 4 | 'userPassword' => 'user_password', |
|
| 35 | 4 | ]); |
|
| 38 |