PATH:
home
/
lab2454c
/
aficb.com
/
vendor
/
swiftmailer
/
swiftmailer
/
lib
/
classes
/
Swift
<?php /* * This file is part of SwiftMailer. * (c) 2004-2009 Chris Corbyn * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * An image, embedded in a multipart message. * * @author Chris Corbyn */ class Swift_Image extends Swift_EmbeddedFile { /** * Create a new EmbeddedFile. * * Details may be optionally provided to the constructor. * * @param string|Swift_OutputByteStream $data * @param string $filename * @param string $contentType */ public function __construct($data = null, $filename = null, $contentType = null) { parent::__construct($data, $filename, $contentType); } /** * Create a new Image from a filesystem path. * * @param string $path * * @return self */ public static function fromPath($path) { return (new self())->setFile(new Swift_ByteStream_FileByteStream($path)); } }
[-] LoadBalancedTransport.php
[edit]
[-] KeyCache.php
[edit]
[-] Message.php
[edit]
[-] FileStream.php
[edit]
[+]
Mailer
[+]
Transport
[-] InputByteStream.php
[edit]
[+]
..
[+]
CharacterReaderFactory
[-] DependencyException.php
[edit]
[-] Encoder.php
[edit]
[-] Filterable.php
[edit]
[-] DependencyContainer.php
[edit]
[-] MimePart.php
[edit]
[-] SendmailTransport.php
[edit]
[-] SmtpTransport.php
[edit]
[-] SpoolTransport.php
[edit]
[-] Spool.php
[edit]
[-] FailoverTransport.php
[edit]
[+]
CharacterReader
[-] ReplacementFilterFactory.php
[edit]
[-] Attachment.php
[edit]
[+]
Signers
[+]
Events
[-] Image.php
[edit]
[-] Transport.php
[edit]
[-] CharacterStream.php
[edit]
[-] EmbeddedFile.php
[edit]
[-] Signer.php
[edit]
[-] RfcComplianceException.php
[edit]
[-] SwiftException.php
[edit]
[-] OutputByteStream.php
[edit]
[-] IoException.php
[edit]
[+]
KeyCache
[+]
Mime
[-] MemorySpool.php
[edit]
[-] TransportException.php
[edit]
[+]
Plugins
[-] NullTransport.php
[edit]
[-] AddressEncoderException.php
[edit]
[-] StreamFilter.php
[edit]
[-] FileSpool.php
[edit]
[-] CharacterReaderFactory.php
[edit]
[-] ConfigurableSpool.php
[edit]
[+]
StreamFilters
[-] CharacterReader.php
[edit]
[+]
Encoder
[+]
CharacterStream
[+]
ByteStream
[-] Mailer.php
[edit]
[-] Preferences.php
[edit]
[-] AddressEncoder.php
[edit]
[-] IdGenerator.php
[edit]
[+]
AddressEncoder