PHP Class Horde_ActiveSync_Message_Mail, horde

Author: Michael J Rubinsky ([email protected])
Inheritance: extends Horde_ActiveSync_Message_Base
Mostrar archivo Open project: horde/horde

Protected Properties

Property Type Description
$_mapping array Property mappings
$_properties array Property values.

Public Methods

Method Description
__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.

Protected Methods

Method Description
_checkSendEmpty ( string $tag ) : boolean Checks to see if we should send an empty value.

Method Details

__construct() public method

Const'r
See also: Horde_ActiveSync_Message_Base::__construct()
public __construct ( array $options = [] )
$options array

_checkSendEmpty() protected method

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

addAttachment() public method

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

draftToMime() public method

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

getClass() public method

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

Property Details

$_mapping protected_oe property

Property mappings
protected array $_mapping
return array

$_properties protected_oe property

Property values.
protected array $_properties
return array