Logo

GitLab

Sign in

David Zhong / realops-website

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 4
  • Merge Requests 0
  • Labels
  • Wiki
  • realops-website
  • swift
  • lib
  • classes
  • Swift
  • Signer.php
  • Initial Push of Hayden's Site ...
    35b93cc9
    2015 System
    Hayden McClure authored
    2015-06-23 22:33:52 +1000  
    Browse Code ยป
Signer.php 419 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<?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.
 */

/**
 * Base Class of Signer Infrastructure.
 *
 * @package    Swift
 * @subpackage Signatures
 *
 * @author     Xavier De Cock <[email protected]>
 */
interface Swift_Signer
{
    public function reset();
}