View | Details | Raw Unified | Return to bug 19929
Collapse All | Expand All

(-)a/Koha/ClassSortRules.pm (-1 / +9 lines)
Lines 35-41 Koha::ClassSortRules - Koha Classification Sort Rules Object set class Link Here
35
35
36
=cut
36
=cut
37
37
38
=head3 type
38
=head3 _type
39
40
Returns name of corresponding DBIC resultset
39
41
40
=cut
42
=cut
41
43
Lines 43-48 sub _type { Link Here
43
    return 'ClassSortRule';
45
    return 'ClassSortRule';
44
}
46
}
45
47
48
=head3 object_class
49
50
Returns name of corresponding Koha object class
51
52
=cut
53
46
sub object_class {
54
sub object_class {
47
    return 'Koha::ClassSortRule';
55
    return 'Koha::ClassSortRule';
48
}
56
}
(-)a/Koha/ClassSource.pm (-1 / +3 lines)
Lines 33-39 Koha::ClassSource - Koha Classfication Source Object class Link Here
33
33
34
=cut
34
=cut
35
35
36
=head3 type
36
=head3 _type
37
38
Returns name of corresponding DBIC resultset
37
39
38
=cut
40
=cut
39
41
(-)a/Koha/ClassSources.pm (-2 / +9 lines)
Lines 35-41 Koha::ClassSources - Koha Classification Source Object set class Link Here
35
35
36
=cut
36
=cut
37
37
38
=head3 type
38
=head3 _type
39
40
Returns name of corresponding DBIC resultset
39
41
40
=cut
42
=cut
41
43
Lines 43-48 sub _type { Link Here
43
    return 'ClassSource';
45
    return 'ClassSource';
44
}
46
}
45
47
48
=head3 object_class
49
50
Returns name of corresponding Koha object class
51
52
=cut
53
46
sub object_class {
54
sub object_class {
47
    return 'Koha::ClassSource';
55
    return 'Koha::ClassSource';
48
}
56
}
49
- 

Return to bug 19929