38 $this->tree = $DIC->repositoryTree();
40 $this->
setId(
'crsr_mem_confirmation');
59 $this->
setRowTemplate(
'tpl.crsr_mem_deletion_confirmation_row.html',
'Modules/CourseReference');
68 $this->
addColumn($this->
lng->txt(
'type'),
'type',
'50px');
78 foreach ($this->participants as $part_id) {
81 $row[
'id'] = $part_id;
85 $row[
'title'] = (
$name[
'lastname'] .
', ' .
$name[
'firstname'] .
' [' .
$name[
'login'] .
']');
95 public function fillRow(array $a_set): void
97 $this->tpl->setVariable(
'HIDDEN_NAME', $a_set[
'id']);
99 $this->tpl->setVariable(
'ALT_USR', $this->
lng->txt(
'obj_usr'));
100 $this->tpl->setVariable(
'VAL_LOGIN', $a_set[
'title']);
103 foreach ($linked_course_assignments as $course_ref_id) {
105 $path->enableHideLeaf(
false);
106 $path->enableTextOnly(
false);
107 $this->tpl->setCurrentBlock(
'reference_path');
108 $this->tpl->setVariable(
'CHECK_USER_NAME',
'refs[' . $a_set[
'id'] .
'][' . $course_ref_id .
']');
109 $this->tpl->setVariable(
'CHECK_USER_VAL', 1);
111 $this->tpl->parseCurrentBlock();
115 if (count($linked_course_assignments)) {
116 $this->tpl->setCurrentBlock(
'reference_select');
117 $this->tpl->setVariable(
'RUID', $a_set[
'id']);
118 $this->tpl->setVariable(
'RFORM_ID', $this->formname);
119 $this->tpl->setVariable(
'SEL_ALL', $this->
lng->txt(
'select_all'));
120 $this->tpl->parseCurrentBlock();
129 $childs = $this->tree->getChildsByType($this->member_obj->getRefId(),
'crsr');
130 $assigned_references = [];
131 foreach ($childs as $tree_node) {
133 if (!$path_info->hasParentCourse()) {
136 if (!$path_info->isMemberUpdateEnabled()) {
139 if (!$path_info->checkManagmentAccess()) {
142 $course_ref_id = $path_info->getTargetId();
144 if ($part->isMember($part_id)) {
145 $assigned_references[] = $course_ref_id;
148 return $assigned_references;
Creates a path for a start and endnode.
setParticipants(array $participants)
setFormAction(string $a_form_action, bool $a_multipart=false)
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
setSelectAllCheckbox(string $a_select_all_checkbox, bool $a_select_all_on_top=false)
static getInstance(int $a_ref_id)
static getImagePath(string $img, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
static _lookupName(int $a_user_id)
lookup user name
__construct($gui, $member_obj, string $cmd)
ilCourseReferenceDeleteConfirmationTableGUI constructor.
setShowRowsSelector(bool $a_value)
Toggle rows-per-page selector.
Class ilCourseReferencePathInfo.
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
readLinkedCourseAssignments($part_id)
parse()
Parse table content.
__construct(Container $dic, ilPlugin $plugin)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
disable(string $a_module_name)
static getInstanceByRefId(int $ref_id, int $target_ref_id=0)