|
Lines 189-194
sub borrowernumber {
Link Here
|
| 189 |
return $self->additional_content->borrowernumber(@params); |
189 |
return $self->additional_content->borrowernumber(@params); |
| 190 |
} |
190 |
} |
| 191 |
|
191 |
|
|
|
192 |
=head3 public_read_list |
| 193 |
|
| 194 |
This method returns the list of publicly readable database fields for both API and UI output purposes |
| 195 |
|
| 196 |
=cut |
| 197 |
|
| 198 |
sub public_read_list { |
| 199 |
return [ |
| 200 |
'id', 'additional_content_id', 'title', |
| 201 |
'content', 'lang', 'updated_on', |
| 202 |
]; |
| 203 |
} |
| 204 |
|
| 192 |
=head2 Class Methods |
205 |
=head2 Class Methods |
| 193 |
|
206 |
|
| 194 |
=cut |
207 |
=cut |