Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
19 | public function __construct( |
||
20 | Configuration $configuration, |
||
21 | $destinationFolder, |
||
22 | Configuration $templateConfiguration = null |
||
23 | ) { |
||
24 | $this->destinationFolder = $destinationFolder; |
||
25 | $this->configuration = $configuration; |
||
26 | $this->templateConfiguration = $templateConfiguration; |
||
27 | } |
||
28 | |||
53 |