1Biber::Entries(3) User Contributed Perl Documentation Biber::Entries(3)
2
3
4
6 Biber::Entries
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 Francois Charette, "<firmicus at ankabut.net>" Philip Kime "<philip at
38 kime.org.uk>"
39
41 Please report any bugs or feature requests on our Github tracker at
42 <https://github.com/plk/biber/issues>.
43
45 Copyright 2009-2018 Francois Charette and Philip Kime, all rights
46 reserved.
47
48 This module is free software. You can redistribute it and/or modify it
49 under the terms of the Artistic License 2.0.
50
51 This program is distributed in the hope that it will be useful, but
52 without any warranty; without even the implied warranty of
53 merchantability or fitness for a particular purpose.
54
55
56
57perl v5.30.1 2020-01-28 Biber::Entries(3)