1 | <?php |
||
11 | class ListController extends AbstractActionController |
||
12 | { |
||
13 | /** |
||
14 | * @var Migration |
||
15 | */ |
||
16 | protected $migration; |
||
17 | |||
18 | /** |
||
19 | * MigrateController constructor. |
||
20 | * |
||
21 | * @param Migration $migration |
||
22 | */ |
||
23 | public function __construct(Migration $migration) |
||
27 | |||
28 | public function onDispatch(MvcEvent $e) |
||
46 | } |
||
47 |