Total Complexity | 3 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
21 | final class DocumentPreRenderEvent extends AbstractEvent |
||
22 | { |
||
23 | /** @psalm-readonly */ |
||
24 | private Document $document; |
||
25 | |||
26 | /** @psalm-readonly */ |
||
27 | private string $format; |
||
28 | |||
29 | 2304 | public function __construct(Document $document, string $format) |
|
33 | } |
||
34 | |||
35 | 4 | public function getDocument(): Document |
|
38 | } |
||
39 | |||
40 | 2 | public function getFormat(): string |
|
45 |