Property | Type | Description | |
---|---|---|---|
$_mapping | array | Property mapping. | |
$_properties | array | Property values. |
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. |
Method | Description | |
---|---|---|
_preEncodeValidation ( ) : boolean | 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. |
public getExceptionStartTime ( ) : Horde_Date | ||
return | Horde_Date | The exception's start time |
public setDeletedFlag ( boolean $flag ) | ||
$flag | boolean |
public setExceptionStartTime ( Horde_Date $date ) | ||
$date | Horde_Date | The exceptionStartTime. |