[rt-users] Custom Conditions

Stephen Turner sturner at MIT.EDU
Fri Mar 5 13:13:14 EST 2004


At Friday 3/5/2004 12:55 PM, Stephen Turner wrote:
- Ticket has a method called Transactions that returns a Transactions object.
>   In perldoc RT::Transactions you will find that:
>- Transactions has method First that returns a Transaction object -
>   In perldoc RT::Transaction you will see:

Correction:

perldoc for RT::Transactions does not tell about the First method.
Looking at the code in Transactions.pm tells us that Transactions is
subclassed from RT::SearchBuilder which is in turn subclassed from
DBIx::SearchBuilder. The last one is where the First method is defined.

It actually would be nice if the RT perldoc included the super classes.

Steve 




More information about the rt-users mailing list