Home
last modified time | relevance | path

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

/plugin/booking/_test/
H A Dhelper.test.php72 $ok = $hlp->cancelBooking('test:run', '2020-12-17 14:30');
76 $ok = $hlp->cancelBooking('test:run', '2020-12-17 14:33');
/plugin/booking/
H A Daction.php69 $this->cancelBooking($id, (int)$_REQUEST['at']);
105 protected function cancelBooking($id, $start) function in action_plugin_booking
113 if ($this->helper->cancelBooking($id, $start, $user)) {
H A Dhelper.php142 public function cancelBooking($id, $at, $user=null) function in helper_plugin_booking