PHP 클래스 Pop\Mail\Attachment

저자: Nick Sagona, III ([email protected])
파일 보기 프로젝트 열기: nicksagona/PopPHP

보호된 프로퍼티들

프로퍼티 타입 설명
$basename string File attachment basename
$encoded string File attachment encoded content

공개 메소드들

메소드 설명
__construct ( string $file ) : Attachment Constructor
build ( string $boundary, string $eol = " " ) : string Build attachment

메소드 상세

__construct() 공개 메소드

Instantiate the mail attachment object.
public __construct ( string $file ) : Attachment
$file string
리턴 Attachment

build() 공개 메소드

Build attachment
public build ( string $boundary, string $eol = " " ) : string
$boundary string
$eol string
리턴 string

프로퍼티 상세

$basename 보호되어 있는 프로퍼티

File attachment basename
protected string $basename
리턴 string

$encoded 보호되어 있는 프로퍼티

File attachment encoded content
protected string $encoded
리턴 string