PHP 클래스 Horde_ActiveSync_Message_Mail, horde

저자: Michael J Rubinsky ([email protected])
상속: extends Horde_ActiveSync_Message_Base
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_mapping array Property mappings
$_properties array Property values.

공개 메소드들

메소드 설명
__construct ( array $options = [] ) Const'r
addAttachment ( Horde_ActiveSync_Message_AirSyncBaseAttachment $atc ) Add an AirSyncBaseAttachment object to this message.
draftToMime ( ) : array Get a Horde_Mime object representint the data contained in this object.
getClass ( ) : string Return the class type for this object.

보호된 메소드들

메소드 설명
_checkSendEmpty ( string $tag ) : boolean Checks to see if we should send an empty value.

메소드 상세

__construct() 공개 메소드

Const'r
또한 보기: Horde_ActiveSync_Message_Base::__construct()
public __construct ( array $options = [] )
$options array

_checkSendEmpty() 보호된 메소드

Checks to see if we should send an empty value.
protected _checkSendEmpty ( string $tag ) : boolean
$tag string The tag name
리턴 boolean

addAttachment() 공개 메소드

Add an AirSyncBaseAttachment object to this message.
public addAttachment ( Horde_ActiveSync_Message_AirSyncBaseAttachment $atc )
$atc Horde_ActiveSync_Message_AirSyncBaseAttachment

draftToMime() 공개 메소드

[MS_ASEMAIL 3.1.53]
public draftToMime ( ) : array
리턴 array An array containing: - part: Horde_Mime_Part containing the body data NO ATTACHMENTS. - headers: Horde_Mime_Headers containing the envelope headers.

getClass() 공개 메소드

Return the class type for this object.
public getClass ( ) : string
리턴 string

프로퍼티 상세

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

Property mappings
protected array $_mapping
리턴 array

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

Property values.
protected array $_properties
리턴 array