Searched refs:get_one (Results 1 – 13 of 13) sorted by relevance
15 $thread = $this->model->threadFactory->get_one($this->get_param('id'));83 …$thread_comment = $this->model->thread_commentFactory->get_one($this->get_param('kid'), array('thr…89 …$thread_comment = $this->model->thread_commentFactory->get_one($this->get_param('kid'), array('thr…104 …$thread_comment = $this->model->thread_commentFactory->get_one($this->get_param('kid'), array('thr…120 $task = $this->model->taskFactory->get_one($this->get_param('tid'), array('thread' => $thread));134 $task = $this->model->taskFactory->get_one($this->get_param('tid'), array('thread' => $thread));
15 $task = $this->model->taskFactory->get_one($this->get_param('tid'));59 …$task_comment = $this->model->task_commentFactory->get_one($this->get_param('zkid'), array('task' …65 …$task_comment = $this->model->task_commentFactory->get_one($this->get_param('zkid'), array('thread…
14 $task = $this->model->taskFactory->get_one($id);19 $task = $this->model->taskFactory->get_one($id);
18 $thread = $this->model->threadFactory->get_one($this->get_param('id'));
20 $task_dup = $this->model->taskFactory->get_one($this->get_param('duplicate'));
13 $thread = $this->model->threadFactory->get_one($thread_id);
23 $task_program = $this->model->task_programFactory->get_one($id);
20 $label = $this->model->labelFactory->get_one($id);
24 $this->task = $this->model->taskFactory->get_one($this->task_id);
31 $this->thread = $this->model->threadFactory->get_one($this->thread_id);
68 $this->thread = $this->model->threadFactory->get_one($this->thread_id);77 … $this->thread_comment = $this->model->thread_commentFactory->get_one($this->thread_comment_id);
184 public function get_one($id, $defaults=array()) { function in dokuwiki\\plugin\\bez\\mdl\\Factory