1 | <?php |
||
11 | class UpdateCommand extends AbstractCommand |
||
12 | { |
||
13 | public function __construct() |
||
17 | |||
18 | /** |
||
19 | * {@inheritDoc} |
||
20 | */ |
||
21 | protected function getSql(Synchronizer $sync, Schema $schema) |
||
25 | |||
26 | /** |
||
27 | * {@inheritDoc} |
||
28 | */ |
||
29 | protected function applySql(Synchronizer $sync, Schema $schema) |
||
33 | } |
||
34 |