RT 4.0.24 Documentation
This version has reached its end of life and is out of support. Please contact us for upgrade assistance.
RT::Templates
NAME
RT::Templates - a collection of RT Template objects
SYNOPSIS
use RT::Templates;
DESCRIPTION
METHODS
LimitToNotInQueue
Takes a queue id # and limits the returned set of templates to those which aren't that queue's templates.
LimitToGlobal
Takes no arguments. Limits the returned set to "Global" templates which can be used with any queue.
LimitToQueue
Takes a queue id # and limits the returned set of templates to that queue's templates
AddRecord
Overrides the collection to ensure that only templates the user can see are returned.
NewItem
Returns an empty new RT::Template item
← Back to index