PHP Класс Horde_ActiveSync_Message_Exception, horde

Автор: Michael J Rubinsky ([email protected])
Наследование: extends Horde_ActiveSync_Message_Appointment
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$_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