1 package Koha
::AdditionalFieldValue
;
4 use Koha
::AdditionalField
;
6 use base
'Koha::Object';
10 Koha::AdditionalFieldValue - Koha::Object derived class for additional field
21 Return the Koha::AdditionalField object for this AdditionalFieldValue
28 return Koha
::AdditionalField
->_new_from_dbic( $self->_result()->field() );
31 =head2 Internal methods
37 sub _type
{ 'AdditionalFieldValue' }
41 Koha Development Team <http://koha-community.org/>
43 =head1 COPYRIGHT AND LICENSE
45 Copyright 2018 BibLibre
47 This file is part of Koha.
49 Koha is free software; you can redistribute it and/or modify it under the
50 terms of the GNU General Public License as published by the Free Software
51 Foundation; either version 3 of the License, or (at your option) any later
54 Koha is distributed in the hope that it will be useful, but WITHOUT ANY
55 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
56 A PARTICULAR PURPOSE. See the GNU General Public License for more details.
58 You should have received a copy of the GNU General Public License along
59 with Koha; if not, see <http://www.gnu.org/licenses>.