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

__construct() public method

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