Skip to content

Instantly share code, notes, and snippets.

View rmsint's full-sized avatar

Roel Sint rmsint

  • Dimensional Insight NL
  • Leiden
View GitHub Profile
@rmsint
rmsint / MediaNodeType.php
Last active December 24, 2015 09:19
Migrator for https://github.com/symfony-cmf/MediaBundle/pull/63, run from the project root: $ app/console doctrine:phpcr:repository:init && app/console doctrine:phpcr:migrator:migrate media_node_type
<?php
namespace Sandbox\MainBundle\Migrator\Phpcr;
use Doctrine\Bundle\PHPCRBundle\ManagerRegistry;
use Doctrine\Bundle\PHPCRBundle\Migrator\MigratorInterface;
use Doctrine\ODM\PHPCR\Document\AbstractFile;
use Doctrine\ODM\PHPCR\DocumentManager;
use Jackalope\Node;
use PHPCR\Query\QueryInterface;