Processes the outbound path.
string $path: The path to process.
array $options: An array of options such as would be passed to the generator's generateFromPath() method.
\Symfony\Component\HttpFoundation\Request $request: The HttpRequest object representing the current request.
The processed path.
public function processOutbound($path, &$options = array(), Request $request = NULL);