Lemon\RestBundle\Object\ManagerFactory::__construct PHP Method

__construct() public method

public __construct ( Registry $registry, Symfony\Bridge\Doctrine\ManagerRegistry $doctrine, EventDispatcher $eventDispatcher )
$registry Registry
$doctrine Symfony\Bridge\Doctrine\ManagerRegistry
$eventDispatcher Symfony\Component\EventDispatcher\EventDispatcher
    public function __construct(Registry $registry, Doctrine $doctrine, EventDispatcher $eventDispatcher)
    {
        $this->registry = $registry;
        $this->doctrine = $doctrine;
        $this->eventDispatcher = $eventDispatcher;
    }
ManagerFactory