Home
last modified time | relevance | path

Searched refs:task_commentFactory (Results 1 – 4 of 4) sorted by last modified time

/plugin/bez/mdl/
H A DModel.php49 protected $task_commentFactory; variable in dokuwiki\\plugin\\bez\\mdl\\Model
58 $models = array('userFactory', 'threadFactory', 'labelFactory', 'thread_commentFactory', 'taskFactory', 'task_programFactory', 'task_commentFactory', 'authentication_tokenFactory', 'subscriptionFactory');
107 $this->task_commentFactory = new Task_commentFactory($this);
/plugin/bez/ctl/
H A Dtask.php17 $this->tpl->set('task_comments', $this->model->task_commentFactory->get_from_task($task));
23 $task_comment = $this->model->task_commentFactory->create_object(array('task' => $task));
24 $this->model->task_commentFactory->initial_save($task_comment, $_POST);
59 $task_comment = $this->model->task_commentFactory->get_one($this->get_param('zkid'), array('task' => $task));
60 $this->model->task_commentFactory->delete($task_comment);
65 $task_comment = $this->model->task_commentFactory->get_one($this->get_param('zkid'), array('thread' => $thread));
70 $this->model->task_commentFactory->update_save($task_comment, $_POST);
H A Dstart.php51 $task_comments = $this->model->task_commentFactory->get_all($filter, 'create_date DESC');
/plugin/bez/
H A Dcli.php45 $task_comments = $action->get_model()->task_commentFactory->get_all();
48 $action->get_model()->task_commentFactory->save($task_comment);