1 | <?php |
||
19 | final class CompanyDataFixture extends AbstractFixture |
||
20 | { |
||
21 | /** @var FixtureFactoryInterface */ |
||
22 | private $companyDataFixtureFactory; |
||
23 | |||
24 | public function __construct(FixtureFactoryInterface $companyDataFixtureFactory) |
||
28 | |||
29 | public function load(array $options): void |
||
33 | |||
34 | public function getName(): string |
||
38 | |||
39 | protected function configureOptionsNode(ArrayNodeDefinition $optionsNode): void |
||
59 | } |
||
60 |