This commit is contained in:
Colin Kuskie 2008-02-21 05:31:14 +00:00
parent a89c507ed6
commit 6cc51fa176

View file

@ -46,11 +46,19 @@ to do calculations.
#------------------------------------------------------------------- #-------------------------------------------------------------------
=head2 create ( $session ) =head2 create ( $session, $properties )
Constructor for new WebGUI::Shop::ShipperDriver objects. Returns a WebGUI::Shop::ShipperDriver object. Constructor for new WebGUI::Shop::ShipperDriver objects. Returns a WebGUI::Shop::ShipperDriver object.
To access driver objects that have already been configured, use C<new>. To access driver objects that have already been configured, use C<new>.
=head3 $session
A WebGUI::Session object.
=head4 $properties
A list of properties to assign to this ShipperDriver. See C<definition> for details.
=cut =cut
sub create { sub create {
@ -67,8 +75,9 @@ sub create {
=head2 definition ( $session ) =head2 definition ( $session )
Constructor for new WebGUI::Shop::ShipperDriver objects. Returns a WebGUI::Shop::ShipperDriver object. This subroutine returns an arrayref of hashrefs, used to validate data put into
To access driver objects that have already been configured, use C<new>. the object by the user, and to automatically generate the edit form to show
the user.
=cut =cut