PHP Class Horde_ActiveSync_Message_SendMail, horde

Author: Michael J Rubinsky ([email protected])
Inheritance: extends Horde_ActiveSync_Message_Base
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_mapping array Property mapping
$_properties array Property values.

Méthodes publiques

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

Méthodes protégées

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

Method Details

__construct() public méthode

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

__get() public méthode

public __get ( $property )

_checkSendEmpty() protected méthode

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.
Résultat boolean

getClass() public méthode

Return this object's folder class
public getClass ( ) : string
Résultat string

Property Details

$_mapping protected_oe property

Property mapping
protected array $_mapping
Résultat array

$_properties protected_oe property

Property values.
protected array $_properties
Résultat array