1 | <?php |
||
15 | abstract class DoctrineFixtureRunCommand extends ContainerAwareCommand |
||
16 | { |
||
17 | protected function configure() { |
||
24 | |||
25 | /** |
||
26 | * @param InputInterface $input |
||
27 | * @return string[] |
||
28 | */ |
||
29 | private function getFixtures(InputInterface $input) { |
||
32 | |||
33 | |||
34 | protected function execute(InputInterface $input, OutputInterface $output) { |
||
48 | |||
49 | |||
50 | } |