PHP Class Horde_ActiveSync_Message_SendMail, 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 mapping
$_properties array Property values.

Public Methods

Method Description
__construct ( array $options = [] ) Const'r
__get ( $property )
getClass ( ) : string Return this object's folder class

Protected Methods

Method Description
_checkSendEmpty ( string $tag ) : boolean Check if a field should be sent to the device even if it is empty.

Method Details

__construct() public method

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

__get() public method

public __get ( $property )

_checkSendEmpty() protected method

Check if a field should be sent to the device even if it is empty.
protected _checkSendEmpty ( string $tag ) : boolean
$tag string The field tag.
return boolean

getClass() public method

Return this object's folder class
public getClass ( ) : string
return string

Property Details

$_mapping protected_oe property

Property mapping
protected array $_mapping
return array

$_properties protected_oe property

Property values.
protected array $_properties
return array