RT 4.2.17 Documentation
RT::Attributes
NAME
RT::Attributes - collection of RT::Attribute objects
SYNOPSIS
use RT::Attributes;
my $Attributes = RT::Attributes->new($CurrentUser);
DESCRIPTION
METHODS
Names
Returns a list of the Names of all attributes for this object.
Named STRING
Returns an array of all the RT::Attribute objects with the name STRING
DeleteEntry { Name => Content => , id => }
Deletes attributes with the matching name and the matching content or id
If Content and id are both undefined, delete all attributes with the matching name.
LimitToObject $object
Limit the Attributes to rights for the object $object. It needs to be an RT::Record class.
← Back to index