Home
last modified time | relevance | path

Searched refs:update_save (Results 1 – 8 of 8) sorted by relevance

/plugin/bez/mdl/
H A DTask_commentFactory.php71 public function update_save(Entity $task_comment, $data) { function in dokuwiki\\plugin\\bez\\mdl\\Task_commentFactory
79 parent::update_save($task_comment, $data);
H A DThread_commentFactory.php62 public function update_save(Entity $thread_comment, $data) { function in dokuwiki\\plugin\\bez\\mdl\\Thread_commentFactory
68 parent::update_save($thread_comment, $data);
H A DTaskFactory.php174 public function update_save(Entity $task, $data) { function in dokuwiki\\plugin\\bez\\mdl\\TaskFactory
178 parent::update_save($task, $data);
H A DThreadFactory.php251 public function update_save(Entity $thread, $data) { function in dokuwiki\\plugin\\bez\\mdl\\ThreadFactory
260 parent::update_save($thread, $data);
H A DFactory.php299 public function update_save(Entity $obj, $data) { function in dokuwiki\\plugin\\bez\\mdl\\Factory
/plugin/bez/ctl/
H A Dtask.php70 $this->model->task_commentFactory->update_save($task_comment, $_POST);
80 $this->model->taskFactory->update_save($task, $_POST);
H A Dthread_report.php27 $this->model->threadFactory->update_save($thread, $_POST);
H A Dthread.php94 $this->model->thread_commentFactory->update_save($thread_comment, $_POST);
127 $this->model->taskFactory->update_save($task, $_POST);