1Biber::Entries(3) User Contributed Perl Documentation Biber::Entries(3)
2
3
4
6 Biber::Entries - Biber::Entries objects
7
8 new
9 Initialize a Biber::Entries object
10
11 notnull
12 Test for an empty object
13
14 entry_exists
15 Boolean values sub to tell if there is an entry
16 for the passed citation key.
17
18 entry
19 Returns a Biber::Entry object for a given
20 citekey
21
22 entries
23 Returns an array of all Biber::Entry objects
24
25 del_entries
26 Deletes all Biber::Entry objects
27
28 add_entry
29 Adds a Biber::Entry to the Biber::Entries object
30
31 del_entry
32 Deletes a Biber::Entry object for a given
33 citekey. Only used in tests in order to reset
34 data before regeneration with different options.
35
37 Philip Kime "<philip at kime.org.uk>"
38
40 Please report any bugs or feature requests on our Github tracker at
41 <https://github.com/plk/biber/issues>.
42
44 Copyright 2009-2012 Francois Charette and Philip Kime, all rights
45 reserved. Copyright 2012-2022 Philip Kime, all rights reserved.
46
47 This module is free software. You can redistribute it and/or modify it
48 under the terms of the Artistic License 2.0.
49
50 This program is distributed in the hope that it will be useful, but
51 without any warranty; without even the implied warranty of
52 merchantability or fitness for a particular purpose.
53
54
55
56perl v5.34.0 2022-01-31 Biber::Entries(3)