Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
37 | 1 | public function __construct(Builder $builder) |
|
38 | { |
||
39 | 1 | $this->builder = $builder; |
|
40 | 1 | $this->config = $builder->getConfig(); |
|
41 | // Creates a new empty collection |
||
42 | 1 | $this->generatedPages = new PagesCollection('generator-' . Util::formatClassName($this, ['lowercase' => true])); |
|
43 | } |
||
62 |