Home
last modified time | relevance | path

Searched refs:mail_notify (Results 1 – 5 of 5) sorted by relevance

/plugin/bez/mdl/
H A DThread.php514 $this->mail_notify($content, false, $attachedImages);
524 $this->mail_notify($content, array($client), $attachedImages);
534 $this->mail_notify($content, array($this->coordinator), $attachedImages);
544 …$this->mail_notify($content, $this->model->userFactory->users_of_group(array('admin', 'bez_admin')…
554 $this->mail_notify($content, $users, $attachedImages);
570 $this->mail_notify($content, false, $attachedImages);
592 $this->mail_notify($content, false, $attachedImages);
H A DTask.php575 $this->mail_notify($content, array($this->assignee), $attachedImages);
587 $this->mail_notify($content, $users, $attachedImages);
599 $this->mail_notify($content, $users, $attachedImages);
609 $this->mail_notify($content, false, $attachedImages);
H A DTask_comment.php96 $this->task->mail_notify($content, false, $info['img']);
H A DThread_comment.php133 $this->thread->mail_notify($content, false, $info['img']);
H A DEntity.php170 public function mail_notify($content, $users=false, $attachedImages=array()) { function in dokuwiki\\plugin\\bez\\mdl\\Entity