1 | <?php |
||
22 | class LoaderGenerator implements LoaderGeneratorInterface |
||
23 | { |
||
24 | /** |
||
25 | * @var FixturesFinder |
||
26 | */ |
||
27 | private $fixturesFinder; |
||
28 | |||
29 | /** |
||
30 | * @param FixturesFinder $fixturesFinder |
||
31 | */ |
||
32 | 123 | public function __construct(FixturesFinder $fixturesFinder) |
|
36 | |||
37 | /** |
||
38 | * {@inheritdoc} |
||
39 | */ |
||
40 | 81 | public function generate( |
|
62 | } |
||
63 |