Class Nag_Task
Nag_Task handles as single task as well as a list of tasks and implements a recursive iterator to handle a (hierarchical) list of tasks.
See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
public
|
|
public
|
|
public
|
|
public
mixed
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
integer
|
|
public
integer
|
|
public
string
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
public
|
|
public
array
|
|
public
object
|
|
public
array
|
|
public
Horde_Icalendar_Vtodo
|
|
public
Horde_ActiveSync_Message_Task
|
|
public
|
|
public
|
#
fromASTask( Horde_ActiveSync_Message_Task $message )
Create a nag Task object from an activesync message |
public
string
|
public
string
|
$id
The task id. |
|
public
string
|
$tasklist
This task's tasklist id. |
|
public
string
|
$uid
The task uid. |
|
public
string
|
$owner
The task owner. |
|
public
string
|
$assignee
The task assignee. |
|
public
string
|
$name
The task title. |
|
public
string
|
$desc
The task decription. |
|
public
integer
|
$start
The start date timestamp. |
|
public
integer
|
$due
The due date timestamp. |
|
public
integer
|
$priority
The task priority. |
|
public
float
|
$estimate
The estimated task length. |
|
public
boolean
|
$completed
Whether the task is completed. |
|
public
integer
|
$completed_date
The completion date timestamp. |
|
public
string
|
$category
The task category |
|
public
integer
|
$alarm
The task alarm threshold. |
|
public
array
|
$methods
The particular alarm methods overridden for this task. |
|
public
boolean
|
$private
Whether the task is private. |
|
public
string
|
$view_link
URL to view the task. |
|
public
string
|
$complete_link
URL to complete the task. |
|
public
string
|
$edit_link
URL to edit the task. |
|
public
string
|
$delete_link
URL to delete the task. |
|
public
string
|
$parent_id
The parent task's id. |
#
''
|
public
|
$parent
The parent task. |
|
public
array
|
$children
The sub-tasks. |
#
array()
|
public
integer
|
$indent
This task's idention (child) level. |
#
0
|
public
boolean
|
$lastChild
Whether this is the last sub-task. |