Home
last modified time | relevance | path

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

/plugin/bez/cron/
H A Dfunctions.php19 $thread->mail_notify_inactive($thread->get_participants('subscribent'));
46 $task->mail_notify_remind($task->get_participants('subscribent'), $plan_date->diff($now)->format('%a'));
/plugin/bez/tpl/
H A Dtask.php99 <?php foreach ($tpl->get('task')->get_participants() as $participant): ?>
151 <?php foreach (array_diff_key($tpl->get('users'), $tpl->get('task')->get_participants('subscribent')) as $user_id => $ignore): ?>
H A Dthread.php109 <?php foreach ($tpl->get('thread')->get_participants() as $participant): ?>
169 <?php foreach (array_diff_key($tpl->get('users'), $tpl->get('thread')->get_participants('subscribent')) as $user_id => $ignore): ?>
H A Dkp.php38 <?php foreach($tpl->get('thread')->get_participants() as $participant): ?>
H A D8d.php54 <?php foreach($tpl->get('thread')->get_participants() as $participant): ?>
/plugin/bez/mdl/
H A DEntity.php177 $users = $this->get_participants('subscribent');
H A DThread.php196 public function get_participants($filter='') {
195 public function get_participants($filter='') { global() function in dokuwiki\\plugin\\bez\\mdl\\Thread
H A DTask.php341 public function get_participants($filter='') {
340 public function get_participants($filter='') { global() function in dokuwiki\\plugin\\bez\\mdl\\Task