Sonata\ProductBundle\Model\DoctrineModelManager::__construct PHP Method

__construct() public method

public __construct ( Symfony\Bridge\Doctrine\RegistryInterface $registry, Pool $pool )
$registry Symfony\Bridge\Doctrine\RegistryInterface
$pool Sonata\Component\Product\Pool
    public function __construct(RegistryInterface $registry, Pool $pool)
    {
        parent::__construct($registry);
        $this->pool = $pool;
    }