<<

NAME

C4::Stats - Update Koha statistics (log)

SYNOPSIS

    use C4::Stats;

DESCRIPTION

The functions of this module deals with statistics table of Koha database.

FUNCTIONS

UpdateStats

    C4::Stats::UpdateStats($params);

    This is a (legacy) alias for Koha::Statistic->new($params)->store.
    Please see Koha::Statistic module.

AUTHOR

Koha Development Team <http://koha-community.org/>

<<