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

NAME

6       Biber::Entry::Names - Biber::Entry::Names objects
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   splice
30           Splice a Biber::Entry::Names object into a Biber::Entry::Names object at a
31           position (1-based)
32
33   set_morenames
34           Sets a flag to say that we had a "and others" in the data
35
36   get_morenames
37           Gets the morenames flag
38
39   count
40           Returns the number of Biber::Entry::Name objects in the object
41
42   is_nth_name
43           Returns boolean to say of there is an nth name
44
45   nth_name
46           Returns the nth Biber::Entry::Name object in the object or the last one
47           if n > total names
48
49   first_n_names
50           Returns an array ref of Biber::Entry::Name objects containing only
51           the first n Biber::Entry::Name objects or all names if n > total names
52
53   del_last_name
54           Deletes the last Biber::Entry::Name object in the object
55
56   last_name
57           Returns the last Biber::Entry::Name object in the object
58
59   get_xdata
60           Get any xdata reference information for a namelist
61
62   dump
63           Dump a Biber::Entry::Names object for debugging purposes
64

AUTHORS

66       Philip Kime "<philip at kime.org.uk>"
67

BUGS

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