Home
last modified time | relevance | path

Searched refs:initial_save (Results 1 – 9 of 9) sorted by relevance

/plugin/bez/mdl/
DTask_commentFactory.php18 public function initial_save(Entity $task_comment, $data) { function in dokuwiki\\plugin\\bez\\mdl\\Task_commentFactory
29 parent::initial_save($task_comment, $data);
DThread_commentFactory.php23 public function initial_save(Entity $thread_comment, $data) { function in dokuwiki\\plugin\\bez\\mdl\\Thread_commentFactory
31 parent::initial_save($thread_comment, $data);
DTaskFactory.php147 public function initial_save(Entity $task, $data) { function in dokuwiki\\plugin\\bez\\mdl\\TaskFactory
150 parent::initial_save($task, $data);
DThreadFactory.php194 public function initial_save(Entity $thread, $data) { function in dokuwiki\\plugin\\bez\\mdl\\ThreadFactory
202 parent::initial_save($thread, $data);
DFactory.php294 public function initial_save(Entity $obj, $data) { function in dokuwiki\\plugin\\bez\\mdl\\Factory
/plugin/bez/ctl/
Dtask_form.php17 $this->model->taskFactory->initial_save($task, $_POST);
Dthread_report.php39 $this->model->threadFactory->initial_save($thread, $_POST);
Dthread.php47 $this->model->thread_commentFactory->initial_save($thread_comment, $_POST);
113 $this->model->taskFactory->initial_save($task, $_POST);
Dtask.php24 $this->model->task_commentFactory->initial_save($task_comment, $_POST);