eZ\Publish\Core\MVC\Symfony\Routing\Generator\RouteReferenceGenerator::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher )
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
    public function __construct(EventDispatcherInterface $dispatcher)
    {
        $this->dispatcher = $dispatcher;
    }
RouteReferenceGenerator