dolibarr
x.y.z
|
Gantt diagram of a project. More...
Go to the source code of this file.
Functions | |
constructGanttLine ($tarr, $task, $task_dependencies, $level=0, $project_id=null) | |
Add a gant chart line. More... | |
findChildGanttLine ($tarr, $parent, $task_dependencies, $level) | |
Find child Gantt line. More... | |
Gantt diagram of a project.
Definition in file ganttchart.inc.php.
constructGanttLine | ( | $tarr, | |
$task, | |||
$task_dependencies, | |||
$level = 0 , |
|||
$project_id = null |
|||
) |
Add a gant chart line.
array | $tarr | Array of all tasks |
array | $task | Array with properties of one task |
array | $task_dependencies | Task dependencies (array(array(0=>idtask,1=>idtasktofinishfisrt)) |
int | $level | Level |
int | $project_id | Id of project |
Definition at line 173 of file ganttchart.inc.php.
findChildGanttLine | ( | $tarr, | |
$parent, | |||
$task_dependencies, | |||
$level | |||
) |
Find child Gantt line.
array | $tarr | tarr |
int | $parent | Parent |
array | $task_dependencies | Task dependencies |
int | $level | Level |
Definition at line 284 of file ganttchart.inc.php.