add pod
This commit is contained in:
parent
a89c507ed6
commit
6cc51fa176
1 changed files with 12 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue