1Biber::Entry::Names(3pmU)ser Contributed Perl DocumentatiBoinber::Entry::Names(3pm)
2
3
4

NAME

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

AUTHORS

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

BUGS

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