Sulu\Bundle\ContentBundle\Version201511240844::down PHP Метод

down() публичный Метод

Migrate the system down.
public down ( PHPCR\SessionInterface $session )
$session PHPCR\SessionInterface
    public function down(SessionInterface $session)
    {
        $this->session = $session;
        $this->iterateStructures(false);
        $this->upgradeExternalLinks(false);
    }