| 1 | <?php |
||
| 23 | final class SectionFixture extends AbstractFixture implements FixtureInterface |
||
| 24 | { |
||
| 25 | /** |
||
| 26 | * @var FixtureFactoryInterface |
||
| 27 | */ |
||
| 28 | private $sectionFixtureFactory; |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @param FixtureFactoryInterface $sectionFixtureFactory |
||
| 32 | */ |
||
| 33 | public function __construct(FixtureFactoryInterface $sectionFixtureFactory) |
||
| 37 | |||
| 38 | /** |
||
| 39 | * {@inheritDoc} |
||
| 40 | */ |
||
| 41 | public function load(array $options): void |
||
| 45 | |||
| 46 | /** |
||
| 47 | * {@inheritDoc} |
||
| 48 | */ |
||
| 49 | public function getName(): string |
||
| 53 | |||
| 54 | /** |
||
| 55 | * {@inheritDoc} |
||
| 56 | */ |
||
| 57 | protected function configureOptionsNode(ArrayNodeDefinition $optionsNode): void |
||
| 78 | } |
||
| 79 |