ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilPDStudyProgrammeExpandableListGUI.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 2015 Richard Klees <richard.klees@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4 
5 require_once("Modules/StudyProgramme/classes/class.ilPDStudyProgrammeSimpleListGUI.php");
6 
14 {
15  const BLOCK_TYPE = "prgexpandablelist";
16 
17  public function __construct()
18  {
20  }
21 
22  protected function shouldShowThisList()
23  {
24  return $_GET["cmd"] == "jumpToSelectedItems" && $_GET["expand"];
25  }
26 
28  {
29  require_once("Modules/StudyProgramme/classes/class.ilStudyProgrammeExpandableProgressListGUI.php");
30  $prg = ilObjStudyProgramme::getInstanceByObjId($a_assignment->getRootId());
31  $progress = $prg->getProgressForAssignment($a_assignment->getId());
32  $progress_gui = new ilStudyProgrammeExpandableProgressListGUI($progress);
33  $progress_gui->setOnlyRelevant(true);
34  return $progress_gui;
35  }
36 }
$_GET["client_id"]
Personal Desktop-Presentation for the Study Programme.
Represents one assignment of the user to a program tree.
Personal Desktop-Presentation for the Study Programme.
__construct(Container $dic, ilPlugin $plugin)
new_ilStudyProgrammeAssignmentListGUI(ilStudyProgrammeAssignment $a_assignment)