PHP Class Horde_Core_ActiveSync_Mdn, horde

Afficher le fichier Open project: horde/horde Class Usage Examples

Protected Properties

Свойство Type Description
$_connector Horde_Core_ActiveSync_Connector
$_imap Horde_ActiveSync_Imap_Adapter
$_mailbox string
$_msg Horde_ActiveSync_Imap_Message
$_uid integer

Méthodes publiques

Méthode Description
__call ( $method, $args )
__construct ( string $mailbox, integer $uid, Horde_ActiveSync_Imap_Adapter $imap, Horde_Core_ActiveSync_Connector $connector ) Const'r
mdnCheck ( ) Check if we should and are able to send an MDN.

Méthodes protégées

Méthode Description
_msgCheck ( ) : boolean Check to see if we are able to send an unconfirmed MDN based on the message data.
_sysCheck ( ) : boolean Check system prefs and/or hooks to determine if we are allowed to send.

Method Details

__call() public méthode

public __call ( $method, $args )

__construct() public méthode

Const'r
public __construct ( string $mailbox, integer $uid, Horde_ActiveSync_Imap_Adapter $imap, Horde_Core_ActiveSync_Connector $connector )
$mailbox string
$uid integer
$imap Horde_ActiveSync_Imap_Adapter
$connector Horde_Core_ActiveSync_Connector

_msgCheck() protected méthode

Check to see if we are able to send an unconfirmed MDN based on the message data.
protected _msgCheck ( ) : boolean
Résultat boolean True if able to send, otherwise false.

_sysCheck() protected méthode

Check system prefs and/or hooks to determine if we are allowed to send.
protected _sysCheck ( ) : boolean
Résultat boolean True if able to send otherwise false.

mdnCheck() public méthode

Check if we should and are able to send an MDN.
public mdnCheck ( )

Property Details

$_connector protected_oe property

protected Horde_Core_ActiveSync_Connector $_connector
Résultat Horde_Core_ActiveSync_Connector

$_imap protected_oe property

protected Horde_ActiveSync_Imap_Adapter $_imap
Résultat Horde_ActiveSync_Imap_Adapter

$_mailbox protected_oe property

protected string $_mailbox
Résultat string

$_msg protected_oe property

protected Horde_ActiveSync_Imap_Message $_msg
Résultat Horde_ActiveSync_Imap_Message

$_uid protected_oe property

protected int $_uid
Résultat integer