PATH:
home
/
thebhoeo
/
.trash
/
backwpup
/
vendor
/
swiftmailer
/
swiftmailer
/
lib
/
classes
/
Swift
<?php /* * This file is part of SwiftMailer. * (c) 2009 Fabien Potencier <fabien.potencier@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * Stores Messages in a queue. * * @author Fabien Potencier */ class Swift_SpoolTransport extends Swift_Transport_SpoolTransport { /** * Create a new SpoolTransport. * * @param Swift_Spool $spool */ public function __construct(Swift_Spool $spool) { $arguments = Swift_DependencyContainer::getInstance() ->createDependenciesFor('transport.spool'); $arguments[] = $spool; call_user_func_array( array($this, 'Swift_Transport_SpoolTransport::__construct'), $arguments ); } /** * Create a new SpoolTransport instance. * * @param Swift_Spool $spool * * @return self */ public static function newInstance(Swift_Spool $spool) { return new self($spool); } }
[-] CharacterReaderFactory.php
[edit]
[-] Attachment.php
[edit]
[-] Mailer.php
[edit]
[+]
Signers
[-] DependencyContainer.php
[edit]
[-] IoException.php
[edit]
[-] Encoding.php
[edit]
[-] NullTransport.php
[edit]
[-] MemorySpool.php
[edit]
[+]
StreamFilters
[-] SignedMessage.php
[edit]
[-] MailTransport.php
[edit]
[-] Image.php
[edit]
[-] ConfigurableSpool.php
[edit]
[-] LoadBalancedTransport.php
[edit]
[-] StreamFilter.php
[edit]
[+]
ByteStream
[-] SmtpTransport.php
[edit]
[-] KeyCache.php
[edit]
[-] TransportException.php
[edit]
[-] SpoolTransport.php
[edit]
[+]
Plugins
[+]
CharacterStream
[-] ReplacementFilterFactory.php
[edit]
[-] Transport.php
[edit]
[-] MimePart.php
[edit]
[-] Filterable.php
[edit]
[-] Message.php
[edit]
[-] OutputByteStream.php
[edit]
[-] EmbeddedFile.php
[edit]
[-] FileSpool.php
[edit]
[+]
Mailer
[+]
..
[+]
CharacterReader
[-] DependencyException.php
[edit]
[-] FileStream.php
[edit]
[-] SendmailTransport.php
[edit]
[+]
Mime
[-] SwiftException.php
[edit]
[+]
CharacterReaderFactory
[-] Preferences.php
[edit]
[+]
Encoder
[-] FailoverTransport.php
[edit]
[+]
KeyCache
[-] Validate.php
[edit]
[-] InputByteStream.php
[edit]
[-] RfcComplianceException.php
[edit]
[+]
Events
[-] Spool.php
[edit]
[+]
Transport
[-] CharacterStream.php
[edit]
[-] Signer.php
[edit]
[-] CharacterReader.php
[edit]
[-] Encoder.php
[edit]