SignedMessage.php 454 B

1234567891011121314151617181920212223
  1. <?php
  2. /*
  3. * This file is part of SwiftMailer.
  4. * (c) 2004-2009 Chris Corbyn
  5. *
  6. * For the full copyright and license information, please view the LICENSE
  7. * file that was distributed with this source code.
  8. */
  9. /**
  10. * Signed Message, message that can be signed using a signer.
  11. *
  12. * This class is only kept for compatibility
  13. *
  14. *
  15. * @author Xavier De Cock <xdecock@gmail.com>
  16. * @deprecated
  17. */
  18. class Swift_SignedMessage extends Swift_Message
  19. {
  20. }