PHP 클래스 Horde_ActiveSync_Message_Exception, horde

저자: Michael J Rubinsky ([email protected])
상속: extends Horde_ActiveSync_Message_Appointment
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
__construct ( array $options = [] ) Const'r
getExceptionStartTime ( ) : Horde_Date Exception start time. This field seems to have different usages depending on if this is a command request from the client or from the server. If it's part of a request from client, then it represents the date of the exception that is to be deleted. If it is from server, it represents the date of the *original* recurring event.
setDeletedFlag ( boolean $flag ) Sets the DELETED field on this exception
setExceptionStartTime ( Horde_Date $date ) Set the exceptionStartTime value.

보호된 메소드들

메소드 설명
_preEncodeValidation ( ) : boolean Give concrete classes the chance to enforce rules before encoding messages to send to the client.

메소드 상세

__construct() 공개 메소드

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

_preEncodeValidation() 보호된 메소드

Give concrete classes the chance to enforce rules before encoding messages to send to the client.
protected _preEncodeValidation ( ) : boolean
리턴 boolean True if values were valid (or could be made valid). False if values are unable to be validated.

getExceptionStartTime() 공개 메소드

Exception start time. This field seems to have different usages depending on if this is a command request from the client or from the server. If it's part of a request from client, then it represents the date of the exception that is to be deleted. If it is from server, it represents the date of the *original* recurring event.
사용 중단:
public getExceptionStartTime ( ) : Horde_Date
리턴 Horde_Date The exception's start time

setDeletedFlag() 공개 메소드

Sets the DELETED field on this exception
public setDeletedFlag ( boolean $flag )
$flag boolean

setExceptionStartTime() 공개 메소드

Set the exceptionStartTime value.
사용 중단:
public setExceptionStartTime ( Horde_Date $date )
$date Horde_Date The exceptionStartTime.

프로퍼티 상세

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

Property mapping.
protected array $_mapping
리턴 array

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

Property values.
protected array $_properties
리턴 array