PartKeepr\DoctrineReflectionBundle\Services\ReflectionService::__construct PHP Method

__construct() public method

public __construct ( Doctrine\Bundle\DoctrineBundle\Registry $doctrine, Symfony\Component\Templating\EngineInterface $templateEngine, Doctrine\Common\Annotations\Reader $reader )
$doctrine Doctrine\Bundle\DoctrineBundle\Registry
$templateEngine Symfony\Component\Templating\EngineInterface
$reader Doctrine\Common\Annotations\Reader
    public function __construct(Registry $doctrine, EngineInterface $templateEngine, Reader $reader)
    {
        $this->templateEngine = $templateEngine;
        $this->em = $doctrine->getManager();
        $this->reader = $reader;
    }