Koha::ILL::Request::Workflow - Koha ILL Workflow parent class
Object-oriented parent class for ILL workflow stages
This class contains methods do be used by ILL workflow stages
my $availability = Koha::ILL::Request::Workflow::Availability->new( $params, 'opac' )
Create a new Koha::ILL::Request::Workflow child class object. We store the metadata and ui_context
my $prepared = Koha::ILL::Request::Workflow->prep_metadata($metadata);
Given our metadata, return a string representing that metadata that can be passed in a URL (encoded in JSON then Base64 encoded)
Pedro Amorim <pedro.amorim@ptfs-europe.com>