| 1 | <?php |
||
| 15 | class Version1803Date20181208221653 extends SimpleMigrationStep { |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @param IOutput $output |
||
| 19 | * @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` |
||
| 20 | * @param array $options |
||
| 21 | */ |
||
| 22 | public function preSchemaChange(IOutput $output, Closure $schemaClosure, array $options) { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @param IOutput $output |
||
| 27 | * @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` |
||
| 28 | * @param array $options |
||
| 29 | * @return null|ISchemaWrapper |
||
| 30 | */ |
||
| 31 | public function changeSchema(IOutput $output, Closure $schemaClosure, array $options) { |
||
| 46 | |||
| 47 | /** |
||
| 48 | * @param IOutput $output |
||
| 49 | * @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` |
||
| 50 | * @param array $options |
||
| 51 | */ |
||
| 52 | public function postSchemaChange(IOutput $output, Closure $schemaClosure, array $options) { |
||
| 54 | } |
||
| 55 |