RT::URI
This class provides a base class for URIs, such as those handled by RT::Link objects.
Create a new RT::URI object.
Returns the canonical form of the given URI by calling "FromURI" and then "URI".
If the URI is unparseable by FromURI the passed in URI is simply returned untouched.
Given a local object, such as an RT::Ticket or an RT::Article, this routine will return a URI for the local object
Returns a local object id for this content. You are expected to know what sort of object this is the Id of
Returns true if everything is ok, otherwise false
Gets an RT URI resolver for the scheme <scheme>. Falls back to a null resolver. RT::URI::base.
Returns a local object id for this content. You are expected to know what sort of object this is the Id of
Returns a local object id for this content. You are expected to know what sort of object this is the Id of
Returns a local object for this content. This will usually be an RT::Ticket or somesuch
Returns a local object for this content. This will usually be an RT::Ticket or somesuch
Returns this URI's URI resolver object
Returns a friendly display form of the object if Local, or the full URI
← Back to index