5 require_once(
"Services/Block/classes/class.ilBlockGUI.php");
6 require_once(
'./Modules/StudyProgramme/classes/class.ilObjStudyProgrammeAdmin.php');
62 $ilAccess = $DIC[
'ilAccess'];
66 $this->il_access = $ilAccess;
88 $this->
setTitle($this->il_lng->txt(
"objs_prg"));
103 return parent::getHTML();
109 foreach ($this->users_assignments as $assignment) {
116 $list_item->setShowInfoMessage($this->show_info_message);
117 $list_item->setVisibleOnPDMode($this->visible_on_pd_mode);
118 $content .= $list_item->getHTML();
120 $this->il_logger->alert(
"$e");
122 $this->il_logger->alert(
"$e");
133 return self::BLOCK_TYPE;
153 if (count($this->users_assignments) == 0) {
156 foreach ($this->users_assignments as $assignment) {
166 if (count($this->users_assignments) == 0) {
169 foreach ($this->users_assignments as $assignment) {
185 return $this->il_access->checkAccess($permission,
"", $prg->getRefId(),
"prg", $prg->getId());
191 $this->show_info_message = $viewSettings->isStudyProgrammeViewActive();
211 $ctrl = $DIC->ctrl();
212 return (
$_GET[
"cmd"] ==
"jumpToSelectedItems" ||
213 (
$ctrl->getCmdClass() ==
"ildashboardgui" &&
$ctrl->getCmd() ==
"show")
214 ) && !
$_GET[
"expand"];
219 $this->users_assignments = $this->sp_user_assignment_db->getInstancesOfUser($this->il_user->getId());
225 $progress = $prg->getProgressForAssignment($a_assignment->
getId());
227 $progress_gui->setOnlyRelevant(
true);
228 return $progress_gui;
const SETTING_VISIBLE_ON_PD_ALLWAYS
userHasReadableStudyProgrammes()
userHasVisibleStudyProgrammes()
isVisible(ilStudyProgrammeAssignment $assignment)
Exception is thrown when a progress for some programme node and assignment is missing.
static getInstanceByObjId($obj_id)
new_ilStudyProgrammeAssignmentListGUI(ilStudyProgrammeAssignment $a_assignment)
setTitle($a_title)
Set Title.
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
Represents one assignment of the user to a program tree.
Personal Desktop-Presentation for the Study Programme.
const SETTING_VISIBLE_ON_PD
hasPermission(ilStudyProgrammeAssignment $assignment, $permission)
isReadable(ilStudyProgrammeAssignment $assignment)
__construct(Container $dic, ilPlugin $plugin)
Class ilStudyProgrammeProgressListGUI.
This class represents a block method of a block.
static getLogger($a_component_id)
Get component logger.
Exception is thrown when invariants on the program tree would be violated by manipulation of tree...