RT 3.8.17 Documentation
RT::URI
NAME
RT::URI
DESCRIPTION
This class provides a base class for URIs, such as those handled by RT::Link objects.
API
new
Create a new RT::URI object.
FromObject <Object>
Given a local object, such as an RT::Ticket or an RT::FM::Article, this routine will return a URI for the local object
FromURI <URI>
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
_GetResolver <scheme>
Gets an RT URI resolver for the scheme <scheme>. Falls back to a null resolver. RT::URI::base.
Scheme
Returns a local object id for this content. You are expected to know what sort of object this is the Id of
URI
Returns a local object id for this content. You are expected to know what sort of object this is the Id of
Object
Returns a local object for this content. This will usually be an RT::Ticket or somesuch
IsLocal
Returns a local object for this content. This will usually be an RT::Ticket or somesuch
AsHREF
Resolver
Returns this URI's URI resolver object
← Back to index