Home
last modified time | relevance | path

Searched refs:set_participant_flags (Results 1 – 8 of 8) sorted by relevance

/plugin/bez/mdl/
H A DTaskFactory.php152 $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 DThreadFactory.php208 $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 DTask_commentFactory.php31 $task_comment->task->set_participant_flags($task_comment->author, array('subscribent', 'commentator'));
H A DThread_commentFactory.php32 $thread_comment->thread->set_participant_flags($thread_comment->author, array('subscribent', 'commentator'));
H A DThread.php273 public function set_participant_flags($user_id, $flags=array()) {
339 $this->set_participant_flags($client, array('subscribent'));
272 public function set_participant_flags($user_id, $flags=array()) { global() function in dokuwiki\\plugin\\bez\\mdl\\Thread
H A DTask.php418 public function set_participant_flags($user_id, $flags=array()) {
512 $this->set_participant_flags($client, array('subscribent'));
417 public function set_participant_flags($user_id, $flags=array()) { global() function in dokuwiki\\plugin\\bez\\mdl\\Task
/plugin/bez/ctl/
H A Dtask.php31 $task->set_participant_flags($this->model->user_nick, array('subscribent'));
H A Dthread.php54 $thread->set_participant_flags($this->model->user_nick, array('subscribent'));