Lines Matching defs:embed
81 * @param string $embed Unique key to reference this file from the HTML part
83 public function attachFile($path, $mime, $name = '', $embed = '')
93 'embed' => $embed
103 * @param string $embed Unique key to reference this file from the HTML part
105 public function attachContent($data, $mime, $name = '', $embed = '')
116 'embed' => $embed
121 * Callback function to automatically embed images referenced in HTML templates
236 // embed media from templates
469 if ($media['embed']) {
470 $this->html = str_replace('%%' . $media['embed'] . '%%', 'cid:' . $cid, $this->html);
477 if ($media['embed']) {