[rt-users] Ticket Creation Query
Stephen Turner
sturner at MIT.EDU
Fri Jul 15 12:15:11 EDT 2005
At Friday 7/15/2005 12:08 PM, Ahalya_Nathan at mudnebr.com wrote:
>Hi all,
>I am analysing the code(Ticket_Overlay.pm) to create a ticket and i come
>across this piece of code wherein the ticket is created at this stage.
>Can anyone tell me which parent classes Create () is called ?
>
> my ($id,$ticket_message) = $self->SUPER::Create( %params);
Ahalya,
Ticket_Overlay.pm works together with Ticket.pm, and Ticket.pm has a line
@ISA= qw( RT::Record );
which tells you the parent class.
Steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20050715/aef86e87/attachment.htm>
More information about the rt-users
mailing list