19 declare(strict_types=1);
33 protected \ILIAS\HTTP\GlobalHttpState
$http;
53 $this->
user = $DIC->user();
54 $this->
tabs = $DIC->tabs();
55 $this->tree = $DIC->repositoryTree();
56 $this->rbacreview = $DIC->rbac()->review();
58 $this->
lng = $DIC->language();
59 $this->
lng->loadLanguageModule(
'crs');
60 $this->
lng->loadLanguageModule(
'grp');
61 $this->
lng->loadLanguageModule(
'ps');
62 $this->
lng->loadLanguageModule(
'membership');
64 $this->
ctrl = $DIC->ctrl();
65 $this->tpl = $DIC->ui()->mainTemplate();
66 $this->
access = $DIC->access();
68 $this->container = $a_container;
69 $this->ref_id = $this->container->
getRefId();
77 $this->
http = $DIC->http();
98 $this->registration_possible = $a_status;
129 $parent = $this->tree->getParentId($this->container->getRefId());
132 $this->
lng->txt($this->container->getType() .
'_removed_from_waiting_list'),
133 $this->container->getTitle()
135 $this->tpl->setOnScreenMessage(
'success',
$message,
true);
136 $this->
ctrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $parent);
137 $this->
ctrl->redirectByClass(
"ilrepositorygui",
"");
174 $tpl =
new ilTemplate(
'tpl.membership_limitation_form.html',
true,
true,
'components/ILIAS/Membership');
175 $tpl->setVariable(
'LIMIT_INTRO', $this->
lng->txt($this->type .
'_grp_info_reg'));
176 foreach ($items as $ref_id) {
181 if ($this->
access->checkAccess(
'visible',
'', $ref_id, $type)) {
182 $this->
ctrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $ref_id);
185 $this->
ctrl->getLinkTargetByClass(
"ilrepositorygui",
"")
187 $get_ref_id = $this->
http->wrapper()->query()->retrieve(
190 $this->refinery->kindlyTo()->int(),
195 $this->
ctrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $get_ref_id);
196 $tpl->setVariable(
'ITEM_LINKED_TITLE', $title);
198 $tpl->setVariable(
'ITEM_TITLE');
200 $tpl->setCurrentBlock(
'items');
202 $tpl->setVariable(
'ALT_ICON', $this->
lng->txt(
'obj_' . $type));
203 $tpl->parseCurrentBlock();
207 $mem->setAlert($this->container->getMessage());
210 $this->
form->addItem($mem);
223 $this->
lng->loadLanguageModule(
'ps');
227 if (!count($fields_info->getExportableFields())) {
231 $section->setTitle($this->
lng->txt($this->type .
'_usr_agreement'));
232 $this->
form->addItem($section);
239 if ($this->privacy->confirmationRequired($this->type)) {
250 $cdf_values = $this->
http->wrapper()->post()->retrieve(
253 $this->refinery->kindlyTo()->dictOf(
254 $this->
refinery->kindlyTo()->string()
261 $cdf->setValue($this->
lng->txt($this->type .
'_ps_cdf_info'));
262 $cdf->setRequired(
true);
263 foreach ($cdf_fields as $field_obj) {
264 switch ($field_obj->getType()) {
266 $select =
new ilSelectInputGUI($field_obj->getName(),
'cdf[' . $field_obj->getId() .
']');
267 $select->
setValue($cdf_values[$field_obj->getId()] ??
'');
268 $select->setOptions($field_obj->prepareSelectBox());
269 if ($field_obj->isRequired()) {
270 $select->setRequired(
true);
272 $cdf->addSubItem($select);
276 $text =
new ilTextInputGUI($field_obj->getName(),
'cdf[' . $field_obj->getId() .
']');
277 $text->setValue($cdf_values[$field_obj->getId()] ??
'');
279 $text->setMaxLength(255);
280 if ($field_obj->isRequired()) {
281 $text->setRequired(
true);
283 $cdf->addSubItem($text);
287 $this->
form->addItem($cdf);
292 $agreement = $this->
http->wrapper()->post()->retrieve(
295 $this->refinery->kindlyTo()->string(),
303 if (!$this->privacy->confirmationRequired($this->type)) {
311 $required_fullfilled =
true;
314 switch ($field_obj->getType()) {
316 $cdf_value = $this->
http->wrapper()->post()->retrieve(
317 'cdf_' . $field_obj->getId(),
319 $this->
refinery->kindlyTo()->string(),
325 $cdf_parts = explode(
'_', $cdf_value);
326 $option_id = (
int) ($cdf_parts[1] ?? 0);
328 $open_answer_indexes = $field_obj->getValueOptions();
329 if (in_array($option_id, $open_answer_indexes)) {
330 $value = $this->
http->wrapper()->post()->retrieve(
331 'cdf_oa_' . $field_obj->getId() .
'_' . $option_id,
333 $this->
refinery->kindlyTo()->string(),
338 $value = $field_obj->getValueById((
int) $option_id);
343 $value = $this->
http->wrapper()->post()->retrieve(
344 'cdf_' . $field_obj->getId(),
346 $this->
refinery->kindlyTo()->string(),
354 $course_user_data->
setValue($value);
355 $course_user_data->update();
358 if ($field_obj->isRequired() && $value ===
"") {
359 $required_fullfilled =
false;
362 return $required_fullfilled;
373 $agreement->setAcceptanceTime(time());
382 $this->
ctrl->setParameterByClass(
385 $this->tree->getParentId($this->container->getRefId())
387 $this->
ctrl->redirectByClass(
"ilrepositorygui",
"");
397 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"reg_goto_parent_membership_info"));
399 $this->tpl->setContent($this->
form->getHTML());
407 if ($this->join_error) {
408 $this->tpl->setOnScreenMessage(
'failure', $this->join_error);
410 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'err_check_input'));
428 if (is_object($this->
form)) {
433 $this->
form->setFormAction($this->
ctrl->getFormAction($this,
'join'));
464 $this->
form->addCommandButton(
'join', $this->
lng->txt(
'mem_add_to_wl'));
465 $this->
form->addCommandButton(
'cancel', $this->
lng->txt(
'cancel'));
467 $this->
form->addCommandButton(
'join', $this->
lng->txt(
'join'));
468 $this->
form->addCommandButton(
'cancel', $this->
lng->txt(
'cancel'));
471 $this->tpl->setOnScreenMessage(
'question', sprintf(
472 $this->
lng->txt($this->container->getType() .
'_cancel_waiting_list'),
473 $this->container->getTitle()
475 $this->
form->addCommandButton(
'leaveWaitingList', $this->
lng->txt(
'leave_waiting_list'));
476 $this->
form->addCommandButton(
'cancel', $this->
lng->txt(
'cancel'));
482 $subject = $this->
http->wrapper()->post()->retrieve(
485 $this->refinery->kindlyTo()->string(),
491 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
'sub_request_saved'),
true);
492 $this->
ctrl->setParameterByClass(
495 $this->tree->getParentId($this->container->getRefId())
497 $this->
ctrl->redirectByClass(
"ilrepositorygui",
"");
502 $this->participants->deleteSubscriber($this->
user->getId());
503 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
'sub_request_deleted'),
true);
505 $this->
ctrl->setParameterByClass(
508 $this->tree->getParentId($this->container->getRefId())
510 $this->
ctrl->redirectByClass(
"ilrepositorygui",
"");
static get(string $a_var)
add()
description: > Example for rendring an add glyph.
static _getIcon(int $obj_id=0, string $size="big", string $type="", bool $offline=false)
Get icon for repository item.
Base class for course and group waiting lists.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setValue(string $a_value)
cancelSubscriptionRequest()
ilPrivacySettings $privacy
static stripSlashes(string $a_str, bool $a_strip_html=true, string $a_allow="")
getWaitingList()
Get waiting list object.
fillRegistrationPeriod()
show informations about the registration period
setAccepted(bool $a_status)
set accepted
static _checkGroupingDependencies(ilObject $container_obj, ?int $a_user_id=null)
fillRegistrationType()
show informations about registration procedure
updateSubscriptionRequest()
static _getGroupingItems(ilObject $container_obj)
Get courses/groups that are assigned to the same membership limitation.
isWaitingListActive()
Check if the waiting list is active Maximum of members exceeded or any user on the waiting list...
getFormTitle()
Get title for property form.
Base class for Course and Group registration.
static _getFields(int $a_container_id, $a_sort=self::IL_CDF_SORT_NAME)
Get all fields of a container.
static addCustomFields(ilPropertyFormGUI $form, int $a_obj_id, string $a_type, string $a_mode='user')
static _lookupObjId(int $ref_id)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
setAccepted(bool $a_status)
static http()
Fetches the global http state from ILIAS.
enableRegistration(bool $a_status)
ilGlobalTemplateInterface $tpl
initWaitingList()
Init waiting list (course or group waiting list)
static _lookupTitle(int $obj_id)
Singleton class that stores all privacy settings.
static addExportFieldInfo(ilPropertyFormGUI $form, int $a_obj_id, string $a_type)
__construct(ilObject $a_container)
ilWaitingList $waiting_list
bool $registration_possible
ILIAS HTTP GlobalHttpState $http
static addAgreement(ilPropertyFormGUI $form, int $a_obj_id, string $a_type)
ilParticipants $participants
Base class for course and group participants.
cancel()
cancel subscription
form( $class_path, string $cmd, string $submit_caption="")
static _getInstanceByType(string $a_type)
Get Singleton Instance.
fillMembershipLimitation()
Show membership limitations.
fillInformations()
fill informations
ILIAS Refinery Factory $refinery
fillMaxMembers()
show informations about the maximum number of user.
static _lookupType(int $id, bool $reference=false)
show(?ilPropertyFormGUI $form=null)
static _hasFields(int $a_container_id)
Check if there are any define fields.
initParticipants()
Init participants object (course or group participants)