Koha::ILL::Request::SupplierUpdate - Represents a single request update from a supplier
Object-oriented class that provides an object allowing us to interact with an update from a supplier
Object-oriented class that provides an object allowing us to interact with an update from a supplier
my $update = Koha::ILL::Request::SupplierUpdate->new(
$source_type,
$source_name,
$update
);
Create a new Koha::ILL::Request::SupplierUpdate object .
Koha::ILL::Request::SupplierUpdate->attach_processor($processor);
Pushes a processor function onto the 'processors' arrayref
Koha::ILL::Request::SupplierUpdate->run_processors();
Iterates all processors on this object and runs each
Andrew Isherwood <andrew.isherwood@ptfs-europe.com>