<<

NAME

Koha::Authority::MergeRequests - Koha::Objects class for need_merge_authorities

SYNOPSIS

use Koha::Authority::MergeRequests;

DESCRIPTION

Description

METHODS

CLASS METHODS

cron_cleanup

    Koha::Authority::MergeRequests->cron_cleanup({
        reset_hours => 24, remove_days => 90,
    });

    Removes all entries with status "done" older than remove_days.
    Set all entries with status "in progress" back to 0 when the timestamp
    is older than reset_hours.
    Defaults: reset_hours = 1, remove_days = 30.

_type

Returns name of corresponding DBIC resultset

object_class

Returns name of corresponding Koha object class

AUTHOR

Marcel de Rooy (Rijksmuseum)

Koha Development Team

<<