Home
last modified time | relevance | path

Searched refs:get_participant (Results 1 – 2 of 2) sorted by relevance

/plugin/bez/mdl/
H A DTask.php195 if ($this->get_participant($this->model->user_nick) === false &&
196 ($this->thread_id != '' && $this->__get('thread')->get_participant($this->model->user_nick) === false)) {
366 public function get_participant($user_id, $can_be_removed=false) {
388 $par = $this->get_participant($user_id);
401 $participant = $this->get_participant($user_id, true);
434 $participant = $this->get_participant($user_id, true);
463 $participant = $this->get_participant($user_id);
365 public function get_participant($user_id, $can_be_removed=false) { global() function in dokuwiki\\plugin\\bez\\mdl\\Task
H A DThread.php99 if ($this->get_participant($this->model->user_nick) === false) {
221 public function get_participant($user_id, $can_be_removed=false) {
243 $par = $this->get_participant($user_id);
256 $participant = $this->get_participant($user_id, true);
289 $participant = $this->get_participant($user_id, true);
320 $participant = $this->get_participant($user_id);
220 public function get_participant($user_id, $can_be_removed=false) { global() function in dokuwiki\\plugin\\bez\\mdl\\Thread