<<

NAME

Koha::Script - Koha scripts base class

SYNOPSIS

    use Koha::Script
    use Koha::Script -cron;

DESCRIPTION

This class should be used in all scripts. It sets the interface and userenv appropriately.

AUTHOR

Martin Renvoize <martin.renvoize@ptfs-europe.com>

<<