PHP Class Swift_MimePart, Halite

Author: Chris Corbyn
Inheritance: extends Swift_Mime_MimePart
Afficher le fichier Open project: HaliteChallenge/Halite Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( string $body = null, string $contentType = null, string $charset = null ) Create a new MimePart.
newInstance ( string $body = null, string $contentType = null, string $charset = null ) : Swift_Mime_MimePart Create a new MimePart.

Method Details

__construct() public méthode

Details may be optionally passed into the constructor.
public __construct ( string $body = null, string $contentType = null, string $charset = null )
$body string
$contentType string
$charset string

newInstance() public static méthode

Create a new MimePart.
public static newInstance ( string $body = null, string $contentType = null, string $charset = null ) : Swift_Mime_MimePart
$body string
$contentType string
$charset string
Résultat Swift_Mime_MimePart