@@ -183,6 +183,13 @@ * Set the fragment part of the URL. * * \param fragment The fragment part of the URL to set */ - (void)setFragment: (OFString*)fragment; + +/** + * \brief Returns the URL as a string. + * + * \return The URL as a string + */ +- (OFString*)string; @end