56 $this->usr_id = $DIC->http()->request()->getQueryParams()[
'usr_id'];
60 $this->
setId(
'myst_su');
63 $this->
setRowTemplate(
'tpl.list_user_courses_row.html',
"Services/MyStaff");
64 $this->
setFormAction($DIC->ctrl()->getFormAction($parent_obj));
98 $arr_usr_id = $this->access->getUsersForUserOperationAndContext($DIC->user()
103 'filters' => $this->filter,
113 $count = $user_courses_fetcher->getData($arr_usr_id, $options);
114 $options[
'limit'] = array(
118 $options[
'count'] =
false;
119 $data = $user_courses_fetcher->getData($arr_usr_id, $options);
133 $item =
new ilTextInputGUI($DIC->language()->txt(
"crs_title"),
"crs_title");
135 $item->readFromSession();
136 $this->filter[
'crs_title'] = $item->getValue();
140 $item->setSelectText($DIC->language()->txt(
"mst_select_course"));
141 $item->setHeaderMessage($DIC->language()->txt(
"mst_please_select_course"));
144 $item->readFromSession();
146 $this->filter[
"course"] = $item->getValue();
149 $item =
new ilSelectInputGUI($DIC->language()->txt(
'member_status'),
'memb_status');
150 $item->setOptions(array(
151 "" => $DIC->language()->txt(
"mst_opt_all"),
157 $item->readFromSession();
158 $this->filter[
"memb_status"] = $item->getValue();
162 $item =
new ilSelectInputGUI($DIC->language()->txt(
'learning_progress'),
'lp_status');
164 $item->setOptions(array(
165 "" => $DIC->language()->txt(
"mst_opt_all"),
172 $item->readFromSession();
173 $this->filter[
"lp_status"] = $item->getValue();
174 if ($this->filter[
"lp_status"]) {
175 $this->filter[
"lp_status"] = $this->filter[
"lp_status"] - 1;
188 if ($this->columnDefinition !== null) {
194 $cols[
'crs_title'] = array(
195 'txt' => $DIC->language()->txt(
'crs_title'),
198 'sort_field' =>
'crs_title',
200 $cols[
'usr_reg_status'] = array(
201 'txt' => $DIC->language()->txt(
'member_status'),
204 'sort_field' =>
'reg_status',
207 $cols[
'usr_lp_status'] = array(
208 'txt' => $DIC->language()->txt(
'learning_progress'),
211 'sort_field' =>
'lp_status',
215 $this->columnDefinition =
$cols;
230 if (isset($v[
'sort_field'])) {
231 $sort = $v[
'sort_field'];
235 $this->
addColumn($v[
'txt'], $sort, $v[
'width']);
240 $this->
addColumn($DIC->language()->txt(
'actions'));
252 $propGetter = Closure::bind(
function ($prop) {
254 }, $profile, $profile);
259 case 'usr_reg_status':
260 $this->tpl->setCurrentBlock(
'td');
262 $this->tpl->parseCurrentBlock();
264 case 'usr_lp_status':
265 $this->tpl->setCurrentBlock(
'td');
267 $this->tpl->parseCurrentBlock();
270 if ($propGetter($k) !== null) {
271 $this->tpl->setCurrentBlock(
'td');
272 $this->tpl->setVariable(
'VALUE', (is_array($propGetter($k)) ? implode(
", ", $propGetter($k)) : $propGetter($k)));
273 $this->tpl->parseCurrentBlock();
275 $this->tpl->setCurrentBlock(
'td');
276 $this->tpl->setVariable(
'VALUE',
' ');
277 $this->tpl->parseCurrentBlock();
285 $actions->setListTitle($DIC->language()->txt(
"actions"));
286 $actions->setAsynch(
true);
287 $actions->setId($profile->getUsrId() .
"-" . $profile->getCrsRefId());
289 $DIC->ctrl()->setParameterByClass(ilMStShowUserCoursesGUI::class,
'mst_lco_usr_id', $profile->getUsrId());
290 $DIC->ctrl()->setParameterByClass(ilMStShowUserCoursesGUI::class,
'mst_lco_crs_ref_id', $profile->getCrsRefId());
292 $actions->setAsynchUrl(str_replace(
"\\",
"\\\\", $DIC->ctrl()
294 $this->tpl->setVariable(
'ACTIONS', $actions->getHTML());
295 $this->tpl->parseCurrentBlock();
308 $a_excel->
setCell($a_row, $col, $v);
321 $a_csv->addColumn($v);
332 $propGetter = Closure::bind(
function ($prop) {
334 }, $my_staff_course, $my_staff_course);
336 $field_values = array();
340 case 'usr_reg_status':
343 case 'usr_lp_status':
347 $field_values[$k] = strip_tags($propGetter($k));
352 return $field_values;
359 if (empty($string)) {
const LP_STATUS_COMPLETED_NUM
const MEMBERSHIP_STATUS_REGISTERED
Class ilMStShowUserCourses.
const MEMBERSHIP_STATUS_WAITINGLIST
setExternalSorting($a_val)
Set external sorting.
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
setExportFormats(array $formats)
Set available export formats.
fillRowExcel(ilExcel $a_excel, &$a_row, $selected_skill)
setEnableNumInfo($a_val)
Set enable num info.
const LP_STATUS_NOT_ATTEMPTED
setFilterCols($a_val)
Set filter columns.
static getMembershipStatusText($status)
setExternalSegmentation($a_val)
Set external segmentation.
const LP_STATUS_IN_PROGRESS_NUM
addFilterItem($a_input_item, $a_optional=false)
Add filter item.
determineLimit()
Determine the limit.
fillRowCSV($a_csv, $selected_skill)
getOrderDirection()
Get order direction.
static getUserLpStatusAsHtml(ilMStListCourse $my_staff_course)
getParentObject()
Get parent object.
const LP_STATUS_IN_PROGRESS
setDefaultOrderDirection($a_defaultorderdirection)
Set Default order direction.
getFieldValuesForExport(ilMStListCourse $my_staff_course)
static _enabledLearningProgress()
check wether learing progress is enabled or not
setDisableFilterHiding($a_val=true)
Set disable filter hiding.
getSpaceOrValue(string $string)
static getUserLpStatusAsText(ilMStListCourse $my_staff_course)
getSelectedColumns()
Get selected columns.
setCell($a_row, $a_col, $a_value, $a_datatype=null)
Set cell value.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
isColumnSelected($a_col)
Is given column selected?
determineOffsetAndOrder($a_omit_offset=false)
Determine offset and order.
const LP_STATUS_NOT_ATTEMPTED_NUM
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
const OP_ACCESS_ENROLMENTS
setFormName($a_formname="")
Set Form name.
__construct(ilMStShowUserCoursesGUI $parent_obj, $parent_cmd=ilMStShowUserCoursesGUI::CMD_INDEX)
Class ilMStShowUserCoursesTableGUI.
__construct(Container $dic, ilPlugin $plugin)
addColumn( $a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="", $a_tooltip_with_html=false)
Add a column to the header.
setShowRowsSelector($a_value)
Toggle rows-per-page selector.
setMaxCount($a_max_count)
set max.
getExportMode()
Was export activated?
const MEMBERSHIP_STATUS_REQUESTED
setEnableTitle($a_enabletitle)
Set Enable Title.
const LP_STATUS_COMPLETED
const LP_STATUS_FAILED_NUM