Newscoop\Article\LinkService::__construct PHP Метод

__construct() публичный Метод

public __construct ( EntityManager $em, Zend_Controller_Router_Rewrite $router, Router $symfonyRouter )
$em Doctrine\ORM\EntityManager
$router Zend_Controller_Router_Rewrite
$symfonyRouter Symfony\Component\Routing\Router
    public function __construct(EntityManager $em, \Zend_Controller_Router_Rewrite $router, Router $symfonyRouter)
    {
        $this->em = $em;
        $this->router = $router;
        $this->symfonyRouter = $symfonyRouter;
    }