Biber::DataLists

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

NAME

Biber::DataLists  

new

    Initialize a Biber::DataLists object

 

add_list

    Adds a section list to this section

 

get_lists

    Returns an array ref of all sort lists

 

get_lists_for_section

    Returns an array ref of all sort lists for a given section
    Using numeric equals as section identifiers are numbers

 

get_lists_by_attrs

    Returns an array ref of data lists with certain
    attributes

 

get_list

    Returns a specific list by list metadata

 

has_lists_of_type_for_section

    Returns boolean saying whether there is a sort list for a section of a
    specified type

 

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 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
add_list
get_lists
get_lists_for_section
get_lists_by_attrs
get_list
has_lists_of_type_for_section
AUTHORS
BUGS
COPYRIGHT & LICENSE