1 | <?php |
||
8 | class Version2006000Date20170808155040 extends SimpleMigrationStep { |
||
9 | |||
10 | /** |
||
11 | * @param IOutput $output |
||
12 | * @param \Closure $schemaClosure The `\Closure` returns a `Schema` |
||
13 | * @param array $options |
||
14 | * @since 13.0.0 |
||
15 | */ |
||
16 | public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options) { |
||
18 | |||
19 | /** |
||
20 | * @param IOutput $output |
||
21 | * @param \Closure $schemaClosure The `\Closure` returns a `Schema` |
||
22 | * @param array $options |
||
23 | * @return null|Schema |
||
24 | * @throws \Doctrine\DBAL\Schema\SchemaException |
||
25 | * @since 13.0.0 |
||
26 | */ |
||
27 | public function changeSchema(IOutput $output, \Closure $schemaClosure, array $options) { |
||
37 | |||
38 | /** |
||
39 | * @param IOutput $output |
||
40 | * @param \Closure $schemaClosure The `\Closure` returns a `Schema` |
||
41 | * @param array $options |
||
42 | * @since 13.0.0 |
||
43 | */ |
||
44 | public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options) { |
||
46 | } |
||
47 |