PHP Class Horde_ActiveSync_Message_Exception, horde

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

Protected Properties

Свойство Type Description
$_mapping array Property mapping.
$_properties array Property values.

Méthodes publiques

Méthode 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.

Méthodes protégées

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

Method Details

__construct() public méthode

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

_preEncodeValidation() protected méthode

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

getExceptionStartTime() public méthode

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
Résultat Horde_Date The exception's start time

setDeletedFlag() public méthode

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

setExceptionStartTime() public méthode

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

Property Details

$_mapping protected_oe property

Property mapping.
protected array $_mapping
Résultat array

$_properties protected_oe property

Property values.
protected array $_properties
Résultat array