<<

NAME

Koha::CurbsidePickupPolicy - Koha Curbside Pickup Policy Object class

API

Class methods

library

Return the branch associated with this policy

opening_slots

$policy->opening_slots

Return the list of opening slots (Koha::CurbsidePickupOpeningSlots object)

add_opening_slot

$policy->add("$d-12:00-15:00");

Add a new opening slot for this library. It must be formatted "day:start:end" with 'start' and 'end' in 24-hour format.

is_valid_pickup_datetime

Internal methods

_type

<<