<<

NAME

Koha::Database::Columns

SYNOPSIS

  use Koha::Database::Columns;
  my $columns = Koha::Database::Columns->columns;

API

Methods

columns

Static method that returns a hashref with mappings from column names to descriptions, for several tables. Currently

aqorders
biblio
biblioitems
borrowers
items
statistics
subscription
suggestions

<<