PHP 클래스 Horde_Core_ActiveSync_Mdn, horde

파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_connector Horde_Core_ActiveSync_Connector
$_imap Horde_ActiveSync_Imap_Adapter
$_mailbox string
$_msg Horde_ActiveSync_Imap_Message
$_uid integer

공개 메소드들

메소드 설명
__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.

보호된 메소드들

메소드 설명
_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.

메소드 상세

__call() 공개 메소드

public __call ( $method, $args )

__construct() 공개 메소드

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() 보호된 메소드

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

_sysCheck() 보호된 메소드

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

mdnCheck() 공개 메소드

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

프로퍼티 상세

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

protected Horde_Core_ActiveSync_Connector $_connector
리턴 Horde_Core_ActiveSync_Connector

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

protected Horde_ActiveSync_Imap_Adapter $_imap
리턴 Horde_ActiveSync_Imap_Adapter

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

protected string $_mailbox
리턴 string

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

protected Horde_ActiveSync_Imap_Message $_msg
리턴 Horde_ActiveSync_Imap_Message

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

protected int $_uid
리턴 integer