Searched refs:Swift_File (Results 1 – 7 of 7) sorted by relevance
/plugin/swiftmail/Swift/Message/ |
H A D | Image.php | 24 * @param Swift_File The input source file 30 …public function __construct(Swift_File $data=null, $name=null, $type="application/octet-stream", $… 37 * @param Swift_File The data to set, as a file 42 …if (!($data instanceof Swift_File)) throw new Exception("Parameter 1 of " . __METHOD__ . " must be…
|
H A D | Encoder.php | 146 * @param Swift_File The file input stream 152 public function base64EncodeFile(Swift_File $file, $chunk=76, $le="\r\n") 261 * @param Swift_File The file to encode 267 public function QPEncodeFile(Swift_File $file, $chunk=76, $le="\r\n") 292 * @param Swift_File The file stream to read from 298 public function encode7BitFile(Swift_File $file, $chunk=76, $le="\r\n") 320 * @param Swift_File The file stream to read from 326 public function encode8BitFile(Swift_File $file, $chunk=76, $le="\r\n")
|
H A D | EmbeddedFile.php | 47 if ($name === null && !($data instanceof Swift_File)) $this->setFileName($cid);
|
H A D | Attachment.php | 151 if ($this->getData() instanceof Swift_File)
|
H A D | Mime.php | 262 if ($data instanceof Swift_File) $this->data = $data; 309 $is_file = ($this->getData() instanceof Swift_File);
|
/plugin/swiftmail/Swift/ |
H A D | File.php | 21 class Swift_File class
|
/plugin/swiftmail/Swift/Plugin/ |
H A D | FileEmbedder.php | 385 $att = new Swift_Message_EmbeddedFile(new Swift_File($path), $filename, $this->getType($ext));
|