1 | <?php |
||
14 | class Version20161102145826 extends AbstractMigration implements ContainerAwareInterface |
||
15 | { |
||
16 | /** |
||
17 | * @var ContainerInterface |
||
18 | */ |
||
19 | private $container; |
||
20 | |||
21 | /** |
||
22 | * {@inheritDoc} |
||
23 | */ |
||
24 | public function setContainer(ContainerInterface $container = null) |
||
28 | |||
29 | /** |
||
30 | * @param Schema $schema |
||
31 | */ |
||
32 | public function postUp(Schema $schema) |
||
38 | |||
39 | /** |
||
40 | * @param Schema $schema |
||
41 | */ |
||
42 | public function up(Schema $schema) |
||
48 | |||
49 | /** |
||
50 | * @param Schema $schema |
||
51 | */ |
||
52 | public function down(Schema $schema) |
||
58 | |||
59 | /** |
||
60 | * @param mixed $rootNodes |
||
61 | */ |
||
62 | private function updatePosition($rootNodes) |
||
72 | } |
||
73 |