Ojs\CoreBundle\EventListener\SitemapListener::__construct PHP Метод

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

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