Home
last modified time | relevance | path

Searched refs:attachedImages (Results 1 – 3 of 3) sorted by relevance

/plugin/bez/mdl/
H A DThread.php470 public function mail_thread_box(&$attachedImages) {
481 $attachedImages = array_merge($attachedImages, $info['img']);
493 public function mail_thread(&$attachedImages) {
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);
469 mail_thread_box(& $attachedImages) global() argument
492 mail_thread(& $attachedImages) global() argument
[all...]
H A DTask.php534 public function mail_task_box(&$attachedImages) {
545 $attachedImages = array_merge($attachedImages, $info['img']);
557 public function mail_task(&$attachedImages) {
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);
533 mail_task_box(& $attachedImages) global() argument
556 mail_task(& $attachedImages) global() argument
[all...]
H A DEntity.php170 public function mail_notify($content, $users=false, $attachedImages=array()) { argument