Swift
[ class tree: Swift ] [ index: Swift ] [ all elements ]

Class: Swift_Mime_HeaderFactory

Source Location: /vendors/swift/classes/Swift/Mime/HeaderFactory.php

Interface Overview

Swift_Mime_CharsetObserver
   |
   --Swift_Mime_HeaderFactory

Creates MIME headers.


Author(s):

  • Chris Corbyn

Methods


Inherited Methods

Class: Swift_Mime_CharsetObserver

Swift_Mime_CharsetObserver::charsetChanged()
Notify this observer that the entity's charset has changed.

Class Details

[line 19]
Creates MIME headers.



Tags:

author:  Chris Corbyn
filesource:  Source Code for this file


[ Top ]


Class Methods


method createDateHeader [line 36]

Swift_Mime_Header createDateHeader( string $name, [int $timestamp = null])

Create a new Date header using $timestamp (UNIX time).



Tags:

access:  public


Parameters:

string   $name  
int   $timestamp  

[ Top ]

method createIdHeader [line 62]

Swift_Mime_Header createIdHeader( string $name, [string|array $ids = null])

Create a new ID header for Message-ID or Content-ID.



Tags:

access:  public


Parameters:

string   $name  
string|array   $ids  

[ Top ]

method createMailboxHeader [line 28]

Swift_Mime_Header createMailboxHeader( string $name, [array|string $addresses = null])

Create a new Mailbox Header with a list of $addresses.



Tags:

access:  public


Parameters:

string   $name  
array|string   $addresses  

[ Top ]

method createParameterizedHeader [line 53]

Swift_Mime_ParameterizedHeader createParameterizedHeader( string $name, [string $value = null], [array $params = array()])

Create a new ParameterizedHeader with $name, $value and $params.



Tags:

access:  public


Parameters:

string   $name  
string   $value  
array   $params  

[ Top ]

method createPathHeader [line 70]

Swift_Mime_Header createPathHeader( string $name, [string $path = null])

Create a new Path header with an address (path) in it.



Tags:

access:  public


Parameters:

string   $name  
string   $path  

[ Top ]

method createTextHeader [line 44]

Swift_Mime_Header createTextHeader( string $name, [string $value = null])

Create a new basic text header with $name and $value.



Tags:

access:  public


Parameters:

string   $name  
string   $value  

[ Top ]


Documentation generated on Mon, 05 Sep 2011 20:33:27 -0500 by phpDocumentor 1.4.3