PHP Class Horde_ActiveSync_Message_Exception, horde

Author: Michael J Rubinsky ([email protected])
Inheritance: extends Horde_ActiveSync_Message_Appointment
Show file Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_mapping array Property mapping.
$_properties array Property values.

Public Methods

Method Description
__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.

Protected Methods

Method Description
_preEncodeValidation ( ) : boolean Give concrete classes the chance to enforce rules before encoding messages to send to the client.

Method Details

__construct() public method

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

_preEncodeValidation() protected method

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

getExceptionStartTime() public method

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.
Deprecation:
public getExceptionStartTime ( ) : Horde_Date
return Horde_Date The exception's start time

setDeletedFlag() public method

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

setExceptionStartTime() public method

Set the exceptionStartTime value.
Deprecation:
public setExceptionStartTime ( Horde_Date $date )
$date Horde_Date The exceptionStartTime.

Property Details

$_mapping protected property

Property mapping.
protected array $_mapping
return array

$_properties protected property

Property values.
protected array $_properties
return array