blob: d28cbc64a3df6a4162b11b445c3e725caa064a7f (
plain)
- =head1 NAME
- LedgerSMB::Contact - LedgerSMB class for managing Contacts
- =head1 SYOPSIS
- This module creates object instances based on LedgerSMB's in-database ORM.
- =head1 METHODS
- The following method is static:
- =item new ($LedgerSMB object);
- The following methods are passed through to stored procedures via Autoload.
- =item save
- =item get
- =item search
- The above list may grow over time, and may depend on other installed modules.
- =head1 Copyright (C) 2007, The LedgerSMB core team.
- This file is licensed under the Gnu General Public License version 2, or at your
- option any later version. A copy of the license should have been included with
- your software.
- =back
- =cut
|