Searched refs:attachedImages (Results 1 – 3 of 3) sorted by relevance
| /plugin/bez/mdl/ |
| H A D | Thread.php | 470 public function mail_thread_box(&$attachedImages) { argument 481 $attachedImages = array_merge($attachedImages, $info['img']); 493 public function mail_thread(&$attachedImages) { argument 496 $thread_box = $this->mail_thread_box($attachedImages); 512 $attachedImages = array(); 513 $content = $this->mail_thread($attachedImages); 514 $this->mail_notify($content, false, $attachedImages); 522 $attachedImages = array(); 523 $content = $this->mail_thread($attachedImages); 524 $this->mail_notify($content, array($client), $attachedImages); [all …]
|
| H A D | Task.php | 534 public function mail_task_box(&$attachedImages) { argument 545 $attachedImages = array_merge($attachedImages, $info['img']); 557 public function mail_task(&$attachedImages) { argument 560 $task_box = $this->mail_task_box($attachedImages); 573 $attachedImages = array(); 574 $content = $this->mail_task($attachedImages); 575 $this->mail_notify($content, array($this->assignee), $attachedImages); 585 $attachedImages = array(); 586 $content = $this->mail_task($attachedImages); 587 $this->mail_notify($content, $users, $attachedImages); [all …]
|
| H A D | Entity.php | 170 public function mail_notify($content, $users=false, $attachedImages=array()) { argument
|