Home
last modified time | relevance | path

Searched refs:getBookings (Results 1 – 3 of 3) sorted by relevance

/plugin/booking/_test/
H A Dhelper.test.php68 $bookings = $hlp->getBookings('test:run');
79 $bookings = $hlp->getBookings('test:run');
/plugin/booking/
H A Dhelper.php42 public function getBookings($id, $from = 0, $to = 0) function in helper_plugin_booking
125 $conflicts = $this->getBookings($id, $start, $end);
H A Daction.php129 $bookings = $this->helper->getBookings($id);
194 $bookings = $this->helper->getBookings($id, time());