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

(-)a/Koha/Patron/Categories.pm (-2 / +7 lines)
Lines 33-39 Koha::Patron::Categories - Koha Patron Category Object set class Link Here
33
33
34
=cut
34
=cut
35
35
36
=head3 type
36
=head2 Internal methods
37
38
=head3 _type
37
39
38
=cut
40
=cut
39
41
Lines 41-46 sub _type { Link Here
41
    return 'Category';
43
    return 'Category';
42
}
44
}
43
45
46
=head3 object_class
47
48
=cut
49
44
sub object_class {
50
sub object_class {
45
    return 'Koha::Patron::Category';
51
    return 'Koha::Patron::Category';
46
}
52
}
47
- 

Return to bug 23271