Reading Group Definition Data in PHP

Aspose.Tasks - Reading Group Definition Data

To read Group Definition Data using Aspose.Tasks Java for PHP, simply invoke ReadingGroupDefinitionData module. Here you can see example code.

1$project = new Project('test_tasks.mpp');
2print "Task Groups Count: " . $project->getTaskGroups()->size();
3$task_group = $project->getTaskGroups()->toList()->get(0);
4print "\nPercent Complete:" .  (string)$task_group->getName();
5print "\nGroup Criteria count: " . (string)$task_group->getGroupCriteria()->size();

Download Running Code

Download Reading Group Definition Data (Aspose.Tasks) from any of the below mentioned social coding sites:

Subscribe to Aspose Product Updates

Get monthly newsletters & offers directly delivered to your mailbox.