Searched refs:get_participants (Results 1 – 8 of 8) sorted by relevance
19 $thread->mail_notify_inactive($thread->get_participants('subscribent'));46 …$task->mail_notify_remind($task->get_participants('subscribent'), $plan_date->diff($now)->format('…
99 <?php foreach ($tpl->get('task')->get_participants() as $participant): ?>151 …?php foreach (array_diff_key($tpl->get('users'), $tpl->get('task')->get_participants('subscribent'…
109 <?php foreach ($tpl->get('thread')->get_participants() as $participant): ?>169 …<?php foreach (array_diff_key($tpl->get('users'), $tpl->get('thread')->get_participants('subscribe…
38 <?php foreach($tpl->get('thread')->get_participants() as $participant): ?>
54 <?php foreach($tpl->get('thread')->get_participants() as $participant): ?>
177 $users = $this->get_participants('subscribent');
196 public function get_participants($filter='') { function in dokuwiki\\plugin\\bez\\mdl\\Thread
341 public function get_participants($filter='') { function in dokuwiki\\plugin\\bez\\mdl\\Task