Biber::Entries

Section: User Contributed Perl Documentation (3)
Updated: 2020-07-27
Page Index
 

NAME

Biber::Entries  

new

    Initialize a Biber::Entries object

 

notnull

    Test for an empty object

 

entry_exists

    Boolean values sub to tell if there is an entry
    for the passed citation key.

 

entry

    Returns a Biber::Entry object for a given
    citekey

 

entries

    Returns an array of all Biber::Entry objects

 

del_entries

  Deletes all Biber::Entry objects

 

add_entry

    Adds a Biber::Entry to the Biber::Entries object

 

del_entry

  Deletes a Biber::Entry object for a given
  citekey. Only used in tests in order to reset
  data before regeneration with different options.

 

AUTHORS

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

BUGS

Please report any bugs or feature requests on our Github tracker at <https://github.com/plk/biber/issues>.  

COPYRIGHT & LICENSE

Copyright 2009-2012 Francois Charette and Philip Kime, all rights reserved. Copyright 2012-2019 Philip Kime, all rights reserved.

This module is free software. You can redistribute it and/or modify it under the terms of the Artistic License 2.0.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.


 

Index

NAME
new
notnull
entry_exists
entry
entries
del_entries
add_entry
del_entry
AUTHORS
BUGS
COPYRIGHT & LICENSE