Searched refs:addBooking (Results 1 – 3 of 3) sorted by relevance
| /plugin/booking/_test/ |
| D | helper.test.php | 22 $hlp->addBooking('test:book', '2020-12-17 13:00', '1.5h', 'andi'); 41 $hlp->addBooking('test:book', '2020-12-17 13:00', 'foobar', 'andi'); 53 $hlp->addBooking('test:book', '2020-12-17 13:00', '1.5h', 'andi'); 54 $hlp->addBooking('test:book', '2020-12-17 13:20', '1.5h', 'andi'); 64 $hlp->addBooking('test:run', '2020-12-17 13:00', '1.5h', 'andi'); 65 $hlp->addBooking('test:run', '2020-12-17 14:30', '1.5h', 'andi'); 66 $hlp->addBooking('test:run', '2020-12-17 16:00', '1.5h', 'andi');
|
| /plugin/booking/ |
| D | action.php | 67 … $this->addBooking($id, $_REQUEST['date'] . ' ' . $_REQUEST['time'], $_REQUEST['length']); 87 protected function addBooking($id, $start, $length) function in action_plugin_booking 92 $this->helper->addBooking($id, $start, $length, $_SERVER['REMOTE_USER']);
|
| D | helper.php | 116 public function addBooking($id, $begin, $length, $user) function in helper_plugin_booking
|