diff options
Diffstat (limited to 'LedgerSMB/DBObject.pm')
-rw-r--r-- | LedgerSMB/DBObject.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/LedgerSMB/DBObject.pm b/LedgerSMB/DBObject.pm index e2441beb..98ad08ad 100644 --- a/LedgerSMB/DBObject.pm +++ b/LedgerSMB/DBObject.pm @@ -10,6 +10,9 @@ This module creates object instances based on LedgerSMB's in-database ORM. =item find_method ($hashref, $function_name, @args) +=item merge ($hashref, @attrs) +copies @attrs from $hashref to $self. + =head1 Copyright (C) 2007, The LedgerSMB core team. This file is licensed under the Gnu General Public License version 2, or at your @@ -63,3 +66,5 @@ sub exec_method { } $self->callproc($funcname, @proc_args); } + + |