PHP 클래스 Swift_MimePart, Halite

저자: Chris Corbyn
상속: extends Swift_Mime_MimePart
파일 보기 프로젝트 열기: HaliteChallenge/Halite 1 사용 예제들

공개 메소드들

메소드 설명
__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.

메소드 상세

__construct() 공개 메소드

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() 공개 정적인 메소드

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
리턴 Swift_Mime_MimePart