Searched refs:set_participant_flags (Results 1 – 8 of 8) sorted by relevance
| /plugin/bez/mdl/ |
| H A D | TaskFactory.php | 152 … $task->set_participant_flags($task->original_poster, array('subscribent', 'original_poster')); 153 $task->set_participant_flags($task->assignee, array('subscribent', 'assignee')); 156 … $task->thread->set_participant_flags($task->assignee, array('subscribent', 'task_assignee')); 182 $task->set_participant_flags($task->assignee, array('subscribent', 'assignee')); 191 … $task->thread->set_participant_flags($task->assignee, array('subscribent', 'task_assignee'));
|
| H A D | ThreadFactory.php | 208 … $thread->set_participant_flags($thread->original_poster, array('original_poster', 'subscribent')); 210 … $thread->set_participant_flags($thread->coordinator, array('coordinator', 'subscribent')); 278 … $thread->set_participant_flags($thread->coordinator, array('subscribent', 'coordinator'));
|
| H A D | Task_commentFactory.php | 31 …$task_comment->task->set_participant_flags($task_comment->author, array('subscribent', 'commentato…
|
| H A D | Thread_commentFactory.php | 32 …$thread_comment->thread->set_participant_flags($thread_comment->author, array('subscribent', 'comm…
|
| H A D | Thread.php | 273 public function set_participant_flags($user_id, $flags=array()) { function in dokuwiki\\plugin\\bez\\mdl\\Thread 339 $this->set_participant_flags($client, array('subscribent'));
|
| H A D | Task.php | 418 public function set_participant_flags($user_id, $flags=array()) { function in dokuwiki\\plugin\\bez\\mdl\\Task 512 $this->set_participant_flags($client, array('subscribent'));
|
| /plugin/bez/ctl/ |
| H A D | task.php | 31 $task->set_participant_flags($this->model->user_nick, array('subscribent'));
|
| H A D | thread.php | 54 $thread->set_participant_flags($this->model->user_nick, array('subscribent'));
|