Свойство | Тип | Описание | |
---|---|---|---|
$_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. |
protected _checkSendEmpty ( string $tag ) : boolean | ||
$tag | string | The field tag. |
Результат | boolean |
public getImportance ( ) : integer | ||
Результат | integer | A IMPORTANCE_* constant |
public getRecurrence ( ) : Horde_Date_Recurrence | ||
Результат | Horde_Date_Recurrence |
public getReminder ( ) : Horde_Date | ||
Результат | Horde_Date | in local tz |
public setImportance ( integer $importance ) | ||
$importance | integer | A IMPORTANCE_* flag |
public setRecurrence ( Horde_Date_Recurrence $recurrence ) | ||
$recurrence | Horde_Date_Recurrence |
public setReminder ( Horde_Date $datetime ) | ||
$datetime | Horde_Date | The time to trigger the alarm in local tz. |
protected array $_dayOfWeekMap | ||
Результат | array |