Matches a request against a route collection and returns exactly one result.
RouteCollection $collection The collection against which to match.:
Request $request The request to match.:
array An array of parameters
ResourceNotFoundException if none of the routes in $collection matches $request
public function finalMatch(RouteCollection $collection, Request $request);