PHP 클래스 IMP_Compose_Attachment, horde

저자: Michael Slusarz ([email protected])
상속: implements Serializable
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$forceLinked boolean Force this attachment to be linked?
$id integer Attachment ID.
$related boolean Is this part associated with multipart/related data?

보호된 프로퍼티들

프로퍼티 타입 설명
$_composeCache string Compose object cache ID.
$_isBuilt boolean Does the part contain the attachment contents?
$_linked boolean Should this attachment be linked?
$_part Horde_Mime_Part MIME part object.
$_uuid string The unique identifier for the file.

공개 메소드들

메소드 설명
__construct ( IMP_Compose $ob, Horde_Mime_Part $part, string $tmp_file ) Constructor.
__get ( $name )
delete ( ) Delete the attachment data.
getPart ( boolean $build = false ) : Horde_Mime_Part Return the MIME part object.
serialize ( )
unserialize ( $data )
viewUrl ( ) : Horde_Url Get a URL of the data.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( IMP_Compose $ob, Horde_Mime_Part $part, string $tmp_file )
$ob IMP_Compose Compose object.
$part Horde_Mime_Part MIME part object.
$tmp_file string Temporary filename containing the data.

__get() 공개 메소드

public __get ( $name )

delete() 공개 메소드

Delete the attachment data.
public delete ( )

getPart() 공개 메소드

Return the MIME part object.
public getPart ( boolean $build = false ) : Horde_Mime_Part
$build boolean If true, ensures the part contains the data.
리턴 Horde_Mime_Part MIME part object.

serialize() 공개 메소드

public serialize ( )

unserialize() 공개 메소드

public unserialize ( $data )

viewUrl() 공개 메소드

Get a URL of the data.
public viewUrl ( ) : Horde_Url
리턴 Horde_Url URL to display the attachment data.

프로퍼티 상세

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

Compose object cache ID.
protected string $_composeCache
리턴 string

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

Does the part contain the attachment contents?
protected bool $_isBuilt
리턴 boolean

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

Should this attachment be linked?
protected bool $_linked
리턴 boolean

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

MIME part object.
protected Horde_Mime_Part $_part
리턴 Horde_Mime_Part

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

The unique identifier for the file.
protected string $_uuid
리턴 string

$forceLinked 공개적으로 프로퍼티

Force this attachment to be linked?
public bool $forceLinked
리턴 boolean

$id 공개적으로 프로퍼티

Attachment ID.
public int $id
리턴 integer