| 1 | <?php |
||
| 10 | abstract class AbstractCommand extends ContainerAwareCommand |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var OutputInterface |
||
| 14 | */ |
||
| 15 | protected $output; |
||
| 16 | /** |
||
| 17 | * @var InputInterface |
||
| 18 | */ |
||
| 19 | protected $input; |
||
| 20 | |||
| 21 | |||
| 22 | /** |
||
| 23 | * @param InputInterface $input |
||
| 24 | * @param OutputInterface $output |
||
| 25 | * |
||
| 26 | * @return bool |
||
| 27 | */ |
||
| 28 | public function execute(InputInterface $input, OutputInterface $output) |
||
| 36 | |||
| 37 | abstract public function traitement(); |
||
| 38 | |||
| 39 | protected function getRepository($entityFqdn) |
||
| 43 | |||
| 44 | protected function getEntityManager() |
||
| 48 | |||
| 49 | protected function getConnection() |
||
| 53 | } |
||
|
|
|||
| 54 |
This check marks files that end in a newline character, i.e. an empy line.