<<

NAME

Koha::Report - Koha Report Object class

API

Class Methods

is_sql_valid

my ( $is_sql_valid, $errors ) = $report->is_sql_valid;

$errors is a arrayref of hashrefs, keys can be sqlerr or queryerr.

Validate SQL query string so it only contains a select, not any of the harmful queries.

get_search_info

Return search info

get_sharable_info

Return properties that can be shared.

new_from_mana

Clear a Mana report to be imported in Koha?

prep_report

Prep the report and return executable sql with parameters embedded and a list of header types for building batch action links in the template

_type

Returns name of corresponding DBIC resultset

<<