RT 4.4.5 Documentation
RT::URI::fsck com article
LocalURIPrefix
Returns the prefix for a local article URI
URIForObject RT::article
Returns the RT URI for a local RT::article object
ParseObject $ArticleObj
When handed an RT::Article object, figure out its URI
ParseURI URI
When handed an fsck.com-article URI, figures out things like whether its a local article and what its ID is
IsLocal
Returns true if this URI is for a local article. Returns undef otherwise.
Object
Returns the object for this URI, if it's local. Otherwise returns undef.
Scheme
Return the URI scheme for RT articles
HREF
If this is a local article, return an HTTP url to it. Otherwise, return its URI
AsString
Return "Article 23"
← Back to index