PHP 클래스 Horde_ActiveSync_Message_SendMail, horde

저자: Michael J Rubinsky ([email protected])
상속: extends Horde_ActiveSync_Message_Base
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_mapping array Property mapping
$_properties array Property values.

공개 메소드들

메소드 설명
__construct ( array $options = [] ) Const'r
__get ( $property )
getClass ( ) : string Return this object's folder class

보호된 메소드들

메소드 설명
_checkSendEmpty ( string $tag ) : boolean Check if a field should be sent to the device even if it is empty.

메소드 상세

__construct() 공개 메소드

Const'r
또한 보기: Horde_ActiveSync_Message_Base::__construct()
public __construct ( array $options = [] )
$options array

__get() 공개 메소드

public __get ( $property )

_checkSendEmpty() 보호된 메소드

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.
리턴 boolean

getClass() 공개 메소드

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

프로퍼티 상세

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

Property mapping
protected array $_mapping
리턴 array

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

Property values.
protected array $_properties
리턴 array