Conditions | 1 |
Paths | 1 |
Total Lines | 18 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Tests | 3 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | 4 | public function __construct() |
|
18 | { |
||
19 | 4 | $format = ' |
|
20 | Time : %timestamp% |
||
21 | Priority: %priorityName% (%priority%) |
||
22 | Login : %login% |
||
23 | URL : %url% |
||
24 | REFERER : %referer% |
||
25 | IP : %ip% |
||
26 | |||
27 | REQUEST: |
||
28 | %request% |
||
29 | |||
30 | MESSAGE: |
||
31 | %message% |
||
32 | |||
33 | '; |
||
34 | 4 | parent::__construct($format); |
|
35 | 4 | } |
|
37 |