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