ApiPlatform\Core\Bridge\Symfony\Routing\Router::__construct PHP Метод

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

public __construct ( Symfony\Component\Routing\RouterInterface $router )
$router Symfony\Component\Routing\RouterInterface
    public function __construct(RouterInterface $router)
    {
        $this->router = $router;
    }