Revision d8479657
Von Werner Hahn vor mehr als 7 Jahren hinzugefügt
SL/DB/File.pm | ||
---|---|---|
20 | 20 |
|
21 | 21 |
=head1 NAME |
22 | 22 |
|
23 |
SL::DB::File - Databaseclass for File
|
|
23 |
SL::DB::File - Databaseclass for File |
|
24 | 24 |
|
25 | 25 |
=head1 SYNOPSIS |
26 | 26 |
|
27 |
use SL::DB::File;
|
|
27 |
use SL::DB::File; |
|
28 | 28 |
|
29 |
# synopsis...
|
|
29 |
# synopsis... |
|
30 | 30 |
|
31 | 31 |
=head1 DESCRIPTION |
32 | 32 |
|
33 |
# longer description. |
|
34 |
|
|
33 |
# longer description. |
|
35 | 34 |
|
36 | 35 |
=head1 INTERFACE |
37 | 36 |
|
38 |
|
|
39 | 37 |
=head1 DEPENDENCIES |
40 | 38 |
|
41 |
|
|
42 | 39 |
=head1 SEE ALSO |
43 | 40 |
|
44 | 41 |
=head1 AUTHOR |
45 | 42 |
|
46 |
Werner Hahn E<lt>wh@futureworldsearch.netE<gt>
|
|
43 |
Werner Hahn E<lt>wh@futureworldsearch.netE<gt> |
|
47 | 44 |
|
48 | 45 |
=cut |
SL/DB/Helper/ThumbnailCreator.pm | ||
---|---|---|
105 | 105 |
|
106 | 106 |
=head1 NAME |
107 | 107 |
|
108 |
SL::DB::Helper::ThumbnailCreator - DatabaseClass Helper for Fileuploads
|
|
108 |
SL::DB::Helper::ThumbnailCreator - DatabaseClass Helper for Fileuploads |
|
109 | 109 |
|
110 | 110 |
=head1 SYNOPSIS |
111 | 111 |
|
112 |
use SL::DB::Helper::ThumbnailCreator;
|
|
112 |
use SL::DB::Helper::ThumbnailCreator; |
|
113 | 113 |
|
114 |
# synopsis...
|
|
114 |
# synopsis... |
|
115 | 115 |
|
116 | 116 |
=head1 DESCRIPTION |
117 | 117 |
|
118 |
# longer description..
|
|
118 |
# longer description.. |
|
119 | 119 |
|
120 | 120 |
=head1 AUTHOR |
121 | 121 |
|
122 |
Werner Hahn E<lt>wh@futureworldsearch.netE<gt>
|
|
122 |
Werner Hahn E<lt>wh@futureworldsearch.netE<gt> |
|
123 | 123 |
|
124 | 124 |
=cut |
125 |
|
|
126 |
|
|
127 |
=head1 INTERFACE |
|
128 |
|
|
129 |
|
|
130 |
=head1 DEPENDENCIES |
|
131 |
|
|
132 |
|
|
133 |
=head1 SEE ALSO |
|
134 |
|
|
135 |
|
SL/Shop.pm | ||
---|---|---|
55 | 55 |
|
56 | 56 |
=head1 NAME |
57 | 57 |
|
58 |
SL::Shop - Do stuff with WebShop instances
|
|
58 |
SL::Shop - Do stuff with WebShop instances |
|
59 | 59 |
|
60 | 60 |
=head1 SYNOPSIS |
61 | 61 |
|
62 |
my $config = SL::DB::Manager::Shop->get_first();
|
|
63 |
my $shop = SL::Shop->new( config => $config );
|
|
62 |
my $config = SL::DB::Manager::Shop->get_first(); |
|
63 |
my $shop = SL::Shop->new( config => $config ); |
|
64 | 64 |
|
65 |
From the config we know which Connector class to load, save in $shop->connector
|
|
66 |
and do stuff from there:
|
|
65 |
From the config we know which Connector class to load, save in $shop->connector |
|
66 |
and do stuff from there: |
|
67 | 67 |
|
68 |
$shop->connector->get_new_orders;
|
|
68 |
$shop->connector->get_new_orders; |
|
69 | 69 |
|
70 | 70 |
=head1 FUNCTIONS |
71 | 71 |
|
72 |
=over 4 |
|
73 |
|
|
74 |
=item C<updatable_parts> |
|
75 |
|
|
76 |
=item C<init_connector> |
|
77 |
|
|
78 |
=back |
|
79 |
|
|
72 | 80 |
=head1 BUGS |
73 | 81 |
|
74 |
Nothing here yet.
|
|
82 |
Nothing here yet. |
|
75 | 83 |
|
76 | 84 |
=head1 AUTHOR |
77 | 85 |
|
78 |
G. Richardson <lt>information@kivitendo-premium.deE<gt>
|
|
86 |
G. Richardson <lt>information@kivitendo-premium.deE<gt> |
|
79 | 87 |
|
80 | 88 |
=cut |
Auch abrufbar als: Unified diff
Shopmodul: POD