Documentation

GnomePlanner
in package
implements WriterInterface

GnomePlanner writer

Table of Contents

Interfaces

WriterInterface

Properties

$arrAllocations  : array<string|int, array{id_res: int, id_task: int}>
$phpProject  : PhpProject
PHPProject object

Methods

__construct()  : mixed
Create a new GnomePlanner writer
save()  : void
Save PHPProject to file
writeAllocation()  : void
Write allocation of a resource for a task
writeResource()  : void
writeTask()  : void

Properties

$arrAllocations

protected array<string|int, array{id_res: int, id_task: int}> $arrAllocations

Methods

save()

Save PHPProject to file

public save(string $pFilename) : void
Parameters
$pFilename : string
Tags
throws
Exception

writeAllocation()

Write allocation of a resource for a task

protected writeAllocation(XMLWriter $xml, int $idTask, int $idResource) : void
Parameters
$xml : XMLWriter
$idTask : int
$idResource : int
On this page

Search results