Revision 435a46b8
Von Martin Helmling martin.helmling@octosoft.eu vor mehr als 7 Jahren hinzugefügt
SL/DB/Manager/PartClassification.pm | ||
---|---|---|
1 |
package SL::DB::Manager::PartClassification; |
|
2 |
|
|
3 |
use strict; |
|
4 |
|
|
5 |
use parent qw(SL::DB::Helper::Manager); |
|
6 |
use SL::DB::Helper::Sorted; |
|
7 |
|
|
8 |
sub object_class { 'SL::DB::PartClassification' } |
|
9 |
|
|
10 |
__PACKAGE__->make_manager_methods; |
|
11 |
|
|
12 |
1; |
|
13 |
|
|
14 |
|
|
15 |
__END__ |
|
16 |
|
|
17 |
=encoding utf-8 |
|
18 |
|
|
19 |
=head1 NAME |
|
20 |
|
|
21 |
SL::DB::Manager::PartClassification |
|
22 |
|
|
23 |
=cut |
Auch abrufbar als: Unified diff
Trotzdem bleibt der Manager "PartClassification"