1 | <?php |
||
10 | class CollectionRegionDoctrineCommand extends DelegateCommand |
||
11 | { |
||
12 | /** |
||
13 | * {@inheritDoc} |
||
14 | */ |
||
15 | protected function configure() |
||
21 | |||
22 | /** |
||
23 | * {@inheritDoc} |
||
24 | */ |
||
25 | protected function createCommand() |
||
29 | |||
30 | /** |
||
31 | * {@inheritDoc} |
||
32 | */ |
||
33 | protected function getMinimalVersion() |
||
37 | } |
||
38 |