1Biber::Entry::Names(3)User Contributed Perl DocumentationBiber::Entry::Names(3)
2
3
4

NAME

6       Biber::Entry::Names
7
8   new
9           Initialize a Biber::Entry::Names object
10
11   TO_JSON
12          Serialiser for JSON::XS::encode
13
14   notnull
15           Test for an empty object
16
17   names
18           Return ref to array of all Biber::Entry::Name objects
19           in object
20
21   add_name
22           Add a Biber::Entry::Name object to the Biber::Entry::Names
23           object
24
25   replace_name
26           Replace a Biber::Entry::Name at a position (1-based)
27           with a provided one
28
29   set_morenames
30           Sets a flag to say that we had a "and others" in the data
31
32   get_morenames
33           Gets the morenames flag
34
35   count_names
36           Returns the number of Biber::Entry::Name objects in the object
37
38   is_nth_name
39           Returns boolean to say of there is an nth name
40
41   nth_name
42           Returns the nth Biber::Entry::Name object in the object or the last one
43           if n > total names
44
45   first_n_names
46           Returns an array ref of Biber::Entry::Name objects containing only
47           the first n Biber::Entry::Name objects or all names if n > total names
48
49   del_last_name
50           Deletes the last Biber::Entry::Name object in the object
51
52   last_name
53           Returns the last Biber::Entry::Name object in the object
54
55   get_xdata
56           Get any xdata reference information for a namelist
57
58   dump
59           Dump a Biber::Entry::Names object for debugging purposes
60

AUTHORS

62       Philip Kime "<philip at kime.org.uk>"
63

BUGS

65       Please report any bugs or feature requests on our Github tracker at
66       <https://github.com/plk/biber/issues>.
67
69       Copyright 2009-2012 Francois Charette and Philip Kime, all rights
70       reserved.  Copyright 2012-2019 Philip Kime, all rights reserved.
71
72       This module is free software.  You can redistribute it and/or modify it
73       under the terms of the Artistic License 2.0.
74
75       This program is distributed in the hope that it will be useful, but
76       without any warranty; without even the implied warranty of
77       merchantability or fitness for a particular purpose.
78
79
80
81perl v5.32.1                      2021-05-18            Biber::Entry::Names(3)
Impressum