$raw_variables =
[];
if ($raw =
$request->attributes->
get('_raw_variables'
)) { $raw_variables =
$raw->
all();
} return new static( $request->attributes->
get(RouteObjectInterface::ROUTE_NAME
),
$request->attributes->
get(RouteObjectInterface::ROUTE_OBJECT
),
$request->attributes->
all(),
$raw_variables);
} else { return new NullRouteMatch();
} } /**
* {@inheritdoc}
*/
public function getRouteName() { return $this->routeName;
} /**
* {@inheritdoc}
*/