Searched refs:task_commentFactory (Results 1 – 4 of 4) sorted by relevance
17 $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' …60 $this->model->task_commentFactory->delete($task_comment);65 …$task_comment = $this->model->task_commentFactory->get_one($this->get_param('zkid'), array('thread…70 $this->model->task_commentFactory->update_save($task_comment, $_POST);
51 $task_comments = $this->model->task_commentFactory->get_all($filter, 'create_date DESC');
45 $task_comments = $action->get_model()->task_commentFactory->get_all();48 $action->get_model()->task_commentFactory->save($task_comment);
49 protected $task_commentFactory; variable in dokuwiki\\plugin\\bez\\mdl\\Model107 $this->task_commentFactory = new Task_commentFactory($this);