. */ //@require 'Swift/Encoder.php'; /** * Interface for all Header Encoding schemes. * @package Swift * @subpackage Mime * @author Chris Corbyn */ interface Swift_Mime_HeaderEncoder extends Swift_Encoder { /** * Get the MIME name of this content encoding scheme. * @return string */ public function getName(); }