RT 4.2.17 Documentation
RT::URI::base
NAME
RT::URI::base
DESCRIPTION
A baseclass (and fallback) RT::URI handler. Every URI handler needs to handle the API presented here
API
new
Create a new URI handler
AsString
Return a "pretty" string representing the URI object.
This is meant to be used like this:
% $re = $uri->Resolver;
<A HREF="<% $re->HREF %>"><% $re->AsString %></A>
← Back to index