Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 40698de4

Von Werner Hahn vor mehr als 6 Jahren hinzugefügt

  • ID 40698de42ed9ad8c5ac101e70942903cea3a8cd5
  • Vorgänger bf624ffb
  • Nachfolger 39595432

Shopmodul: ActionBar, automatische Prüfung der Shopverbindung beim
speichern
Zusätzliche Felder in der Shopconfig für Pfad, Realm und Protokoll

Unterschiede anzeigen:

SL/ShopConnector/Base.pm
16 16
sub get_article { die 'get_article needs to be implemented' }
17 17

  
18 18
sub get_categories { die 'get_order needs to be implemented' }
19

  
20
sub get_version { die 'get_order needs to be implemented' }
19 21
1;
20 22

  
21 23
__END__
......
24 26

  
25 27
=head1 NAME
26 28

  
27
SL::ShopConnectorBase - this is the base class for shop connectors
29
  SL::ShopConnectorBase - this is the base class for shop connectors
28 30

  
29 31
=head1 SYNOPSIS
30 32

  
......
41 43

  
42 44
=item C<update_part>
43 45

  
46
=item C<get_article>
47

  
48
=item C<get_categories>
49

  
50
=item C<get_version>
51

  
44 52
=back
45 53

  
46 54
=head1 SEE ALSO
47 55

  
48
L<SL::ShopConnector::ALL>
56
  L<SL::ShopConnector::ALL>
49 57

  
50 58
=head1 BUGS
51 59

  
52
None yet. :)
60
  None yet. :)
53 61

  
54 62
=head1 AUTHOR
55 63

  
56
G. Richardson <lt>information@kivitendo-premium.deE<gt>
64
  G. Richardson <lt>information@kivitendo-premium.deE<gt>
65
  W. Hahn E<lt>wh@futureworldsearch.netE<gt>
57 66

  
58 67
=cut

Auch abrufbar als: Unified diff