Chris@0: routeName = $route_name; Chris@0: $this->rawParameters = $raw_parameters; Chris@0: } Chris@0: Chris@0: /** Chris@0: * Get the route name that was not converted. Chris@0: * Chris@0: * @return string Chris@0: * The route name that was not converted. Chris@0: */ Chris@0: public function getRouteName() { Chris@0: return $this->routeName; Chris@0: } Chris@0: Chris@0: /** Chris@0: * Get the raw parameters that were not converted. Chris@0: * Chris@0: * @return array Chris@0: * The raw parameters that were not converted. Chris@0: */ Chris@0: public function getRawParameters() { Chris@0: return $this->rawParameters; Chris@0: } Chris@0: Chris@0: }