PHP Класс Horde_ActiveSync_Message_Task, horde

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

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

Свойство Тип Описание
$_dayOfWeekMap array DOW mapping for DATE to MASK
$_mapping array Property mapping
$_properties array Property values.

Открытые методы

Метод Описание
__construct ( array $options = [] ) Const'r
getClass ( ) : string Return this object's folder class
getImportance ( ) : integer Get the task importance level
getRecurrence ( ) : Horde_Date_Recurrence Obtain a recurrence object. Note this returns a Horde_Date_Recurrence object, not Horde_ActiveSync_Message_Recurrence.
getReminder ( ) : Horde_Date Get the reminder time.
setImportance ( integer $importance ) Set the importance
setRecurrence ( Horde_Date_Recurrence $recurrence ) Set recurrence information for this task
setReminder ( Horde_Date $datetime ) Set the reminder datetime

Защищенные методы

Метод Описание
_checkSendEmpty ( string $tag ) : boolean Check if a field should be sent to the device even if it is empty.

Описание методов

__construct() публичный Метод

Const'r
См. также: Horde_ActiveSync_Message_Base::__construct()
public __construct ( array $options = [] )
$options array

_checkSendEmpty() защищенный Метод

Check if a field should be sent to the device even if it is empty.
protected _checkSendEmpty ( string $tag ) : boolean
$tag string The field tag.
Результат boolean

getClass() публичный Метод

Return this object's folder class
public getClass ( ) : string
Результат string

getImportance() публичный Метод

Get the task importance level
public getImportance ( ) : integer
Результат integer A IMPORTANCE_* constant

getRecurrence() публичный Метод

Obtain a recurrence object. Note this returns a Horde_Date_Recurrence object, not Horde_ActiveSync_Message_Recurrence.
public getRecurrence ( ) : Horde_Date_Recurrence
Результат Horde_Date_Recurrence

getReminder() публичный Метод

Get the reminder time.
public getReminder ( ) : Horde_Date
Результат Horde_Date in local tz

setImportance() публичный Метод

Set the importance
public setImportance ( integer $importance )
$importance integer A IMPORTANCE_* flag

setRecurrence() публичный Метод

Set recurrence information for this task
public setRecurrence ( Horde_Date_Recurrence $recurrence )
$recurrence Horde_Date_Recurrence

setReminder() публичный Метод

Set the reminder datetime
public setReminder ( Horde_Date $datetime )
$datetime Horde_Date The time to trigger the alarm in local tz.

Описание свойств

$_dayOfWeekMap защищенное свойство

DOW mapping for DATE to MASK
protected array $_dayOfWeekMap
Результат array

$_mapping защищенное свойство

Property mapping
protected array $_mapping
Результат array

$_properties защищенное свойство

Property values.
protected array $_properties
Результат array