Searched refs:mail_notify (Results 1 – 5 of 5) sorted by relevance
| /plugin/bez/mdl/ |
| H A D | Thread.php | 514 $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 D | Task.php | 575 $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 D | Task_comment.php | 96 $this->task->mail_notify($content, false, $info['img']);
|
| H A D | Thread_comment.php | 133 $this->thread->mail_notify($content, false, $info['img']);
|
| H A D | Entity.php | 170 public function mail_notify($content, $users=false, $attachedImages=array()) { function in dokuwiki\\plugin\\bez\\mdl\\Entity
|