19 declare(strict_types=1);
60 public function __construct(
int $a_id = 0,
int $a_id_type = self::REPOSITORY_NODE_ID,
int $a_parent_node_id = 0)
66 $this->parent_node_id = $a_parent_node_id;
71 $DIC->language()->loadLanguageModule(
"lti");
72 $DIC->language()->loadLanguageModule(
"rep");
90 $forms[self::CFORM_DYNAMIC_REGISTRATION] = $this->
initDynRegForm($a_new_type);
112 $userProviderList->setAvailabilityFilter((
string) ilLTIConsumeProvider::AVAILABILITY_CREATE);
114 $userProviderList->setCreatorFilter($DIC->user()->getId());
116 if ($form->getFilter(
'title')) {
117 $globalProviderList->setTitleFilter($form->getFilter(
'title'));
118 $userProviderList->setTitleFilter($form->getFilter(
'title'));
121 if ($form->getFilter(
'category')) {
122 $globalProviderList->setCategoryFilter($form->getFilter(
'category'));
123 $userProviderList->setCategoryFilter($form->getFilter(
'category'));
126 if ($form->getFilter(
'keyword')) {
127 $globalProviderList->setKeywordFilter($form->getFilter(
'keyword'));
128 $userProviderList->setKeywordFilter($form->getFilter(
'keyword'));
131 if ($form->getFilter(
'outcome')) {
132 $globalProviderList->setHasOutcomeFilter(
true);
133 $userProviderList->setHasOutcomeFilter(
true);
136 if ($form->getFilter(
'internal')) {
137 $globalProviderList->setIsExternalFilter(
false);
138 $userProviderList->setIsExternalFilter(
false);
141 if ($form->getFilter(
'with_key')) {
142 $globalProviderList->setIsProviderKeyCustomizableFilter(
false);
143 $userProviderList->setIsProviderKeyCustomizableFilter(
false);
146 $globalProviderList->load();
147 $userProviderList->load();
149 $form->setData([...$globalProviderList->getTableData(), ...$userProviderList->getTableData()]);
160 $form->initDynRegForm($this->
ctrl->getFormAction($this,
"cancelDynReg"));
161 $form->setTitle($DIC->language()->txt($a_new_type .
'_dynamic_registration'));
174 $form->initToolConfigForm($this->
ctrl->getFormAction($this,
"cancelDynReg"),
'',
'');
176 $form->clearCommandButtons();
177 $form->addCommandButton(
"saveDynReg", $this->
lng->txt(
'save'));
178 $form->addCommandButton(
"cancelDynReg", $this->
lng->txt(
"cancel"));
180 $form->setTitle($DIC->language()->txt($a_new_type .
'_custom_new'));
194 $form->initForm($this->
ctrl->getFormAction($this,
"save"),
'',
'');
196 $form->clearCommandButtons();
197 $form->addCommandButton(
"saveCustom", $this->
lng->txt($a_new_type .
"_add_own_provider"));
198 $form->addCommandButton(
"cancel", $this->
lng->txt(
"cancel"));
200 $form->setTitle($DIC->language()->txt($a_new_type .
'_custom_new'));
211 'applyProviderFilter',
212 'resetProviderFilter' 219 $form->applyFilter();
226 $form->resetFilter();
232 $classname =
"ilObj" . $this->obj_definition->getClassName($newType);
234 $newObj =
new $classname();
235 $newObj->setType($newType);
236 $newObj->setTitle($title);
237 $newObj->setDescription($description);
254 $DIC->ctrl()->setParameter($this,
"new_type", $new_type);
256 $DIC->language()->loadLanguageModule($new_type);
260 if ($form->checkInput()) {
261 $DIC->ctrl()->setParameter($this,
"new_type",
"");
266 $form->getInput(
'title'),
267 $form->getInput(
'desc')
273 $newObj->applyDidacticTemplate($dtpl);
281 $form->setValuesByPost();
283 $DIC->ui()->mainTemplate()->setContent($form->getHtml());
294 $DIC->ctrl()->setParameter($this,
"new_type", $new_type);
296 $DIC->language()->loadLanguageModule($new_type);
299 $form->setValuesByPost();
301 $DIC->ctrl()->setParameter($this,
"new_type",
"");
302 $DIC->ui()->mainTemplate()->setOnScreenMessage(
'failure', base64_decode(
$error));
303 $DIC->ui()->mainTemplate()->setContent($form->getDynRegError());
306 if ($form->checkInput()) {
307 $DIC->ctrl()->setParameter($this,
"new_type",
"");
308 $DIC->ui()->mainTemplate()->setContent($form->getDynRegRequest());
311 $DIC->ui()->mainTemplate()->setContent($form->getHTML());
334 $DIC->ctrl()->setParameterByClass(ilRepositoryGUI::class,
'new_type', $new_type);
335 $DIC->ctrl()->redirectByClass(ilRepositoryGUI::class,
'create');
345 $DIC->ctrl()->setParameter($this,
"new_type", $new_type);
347 $DIC->ctrl()->setParameter($this,
"provider_id", $provider_id);
348 $DIC->language()->loadLanguageModule($new_type);
350 $DIC->ui()->mainTemplate()->setContent($form->getHTML());
360 $DIC->ctrl()->setParameter($this,
"new_type", $new_type);
362 $DIC->ctrl()->setParameter($this,
"provider_id", $provider_id);
363 $DIC->language()->loadLanguageModule($new_type);
367 $form->setValuesByPost();
368 if ($form->checkInput()) {
375 $DIC->ctrl()->redirectByClass([ilRepositoryGUI::class, ilObjLTIConsumerGUI::class],
"save");
378 $DIC->ui()->mainTemplate()->setContent($form->getHTML());
387 $DIC->ctrl()->setParameter($this,
"new_type", $newType);
388 $DIC->ctrl()->setParameter($this,
"provider_id", $providerId);
389 $DIC->ctrl()->setParameter($this,
"ref_id", $refId);
392 $formaction = $this->
ctrl->getFormAction($this,
"cancelContentSelection");
393 $DIC->ui()->mainTemplate()->setContent($form->getContentSelectionFrame($formaction));
403 $DIC->ctrl()->setParameter($this,
"new_type", $new_type);
405 $DIC->ctrl()->setParameter($this,
"provider_id", $provider_id);
407 $DIC->ctrl()->setParameter($this,
"ref_id",
$ref_id);
408 $DIC->language()->loadLanguageModule($new_type);
410 $redirectUrl = $DIC->ctrl()->getLinkTarget($this,
'contentSelectionRequest');
416 $tplLogin =
new ilTemplate(
"tpl.lti_initial_login.html",
true,
true,
"Modules/LTIConsumer");
417 $tplLogin->setVariable(
"LTI_INITIAL_LOGIN_ACTION",
$provider->getInitiateLogin());
419 $tplLogin->setVariable(
"TARGET_LINK_URL",
$provider->getProviderUrl());
420 $tplLogin->setVariable(
"LOGIN_HINT", $userIdLTI);
421 $tplLogin->setVariable(
"LTI_MESSAGE_HINT", $ltiMessageHint);
422 $tplLogin->setVariable(
"CLIENT_ID",
$provider->getClientId());
423 $tplLogin->setVariable(
"LTI_DEPLOYMENT_ID", (
string)
$provider->getId());
424 echo $tplLogin->get();
430 $tplContentSelection =
new ilTemplate(
"tpl.lti_jwt_autosubmit.html",
true,
true,
"Modules/LTIConsumer");
431 $tplContentSelection->setVariable(
"LTI_JWT_FORM_ACTION",
$provider->getContentItemUrl());
432 $tplContentSelection->setVariable(
"LTI_JWT_ID_TOKEN",
$data[
'id_token']);
433 $tplContentSelection->setVariable(
"LTI_JWT_STATE", $loginData[
'state']);
435 echo $tplContentSelection->get();
447 $DIC->ctrl()->setParameter($this,
"new_type", $new_type);
449 $DIC->ctrl()->setParameter($this,
"provider_id", $provider_id);
451 $DIC->ctrl()->setParameter($this,
"ref_id",
$ref_id);
452 $DIC->language()->loadLanguageModule($new_type);
454 if ($DIC->http()->wrapper()->post()->has(
'JWT')) {
455 $token = $DIC->http()->wrapper()->post()->retrieve(
'JWT', $DIC->refinery()->kindlyTo()->string());
457 if ($DIC->http()->wrapper()->post()->has(
'jwt')) {
458 $token = $DIC->http()->wrapper()->post()->retrieve(
'jwt', $DIC->refinery()->kindlyTo()->string());
477 $DIC->ctrl()->setParameterByClass(ilRepositoryGUI::class,
'new_type', $new_type);
478 $DIC->ctrl()->redirectByClass(ilRepositoryGUI::class,
'create');
489 $keyset = json_decode($jwks,
true);
496 foreach (
$data->{
'https://purl.imsglobal.org/spec/lti-dl/claim/content_items'} as $item) {
499 if (isset($item->description)) {
500 $description = $item->description;
502 $newObj = $gui->createNewObject(
'lti', $item->title, $description);
503 $dtpl = $gui->getDidacticTemplateVar(
"dtpl");
505 $newObj->applyDidacticTemplate($dtpl);
508 $newObj->setProviderId(
$provider->getId());
512 foreach ($item->{
'custom'} as
$key => $value) {
513 $customParams[] = $key .
"=" . $value;
515 if (count($customParams) > 0) {
516 $newObj->setCustomParams(implode(
";", $customParams));
522 $template =
new ilTemplate(
'tpl.lti_content_selection_finished.html',
true,
true,
'Modules/LTIConsumer');
524 $template->setVariable(
"CONTENT_SELECTION_REDIRECT", $redirect);
525 echo $template->get();
533 if ($DIC->http()->wrapper()->query()->has(
'provider_id')) {
534 $newObject->setProviderId((
int) $DIC->http()->wrapper()->query()->retrieve(
'provider_id', $DIC->refinery()->kindlyTo()->int()));
535 $newObject->initProvider();
539 $newObject->setMasteryScore($newObject->getProvider()->getMasteryScore());
544 $DIC->ctrl()->redirectByClass(ilLTIConsumerSettingsGUI::class);
553 if ($form->checkInput()) {
558 $provider->setCreator($DIC->user()->getId());
561 $newObject->setProviderId(
$provider->getId());
566 $newObject->setMasteryScore($newObject->getProvider()->getMasteryScore());
571 $DIC->ctrl()->redirectByClass(ilObjLTIConsumerGUI::class);
575 'form validation seems to not have worked in ilObjLTIConsumer::saveCustom()!' 585 if (!$generalMetadata) {
589 $generalMetadata->setTitle($object->
getTitle());
590 $generalMetadata->
save();
592 $id = $generalMetadata->addIdentifier();
593 $id->setCatalog(
'ILIAS');
597 $keywords = $object->getProvider()->getKeywordsArray();
600 $ulang = $this->
user->getLanguage();
601 $keywords = array($ulang => $keywords);
615 $return = parent::initHeaderAction($a_sub_type, $a_sub_id);
617 if ($this->creation_mode) {
622 if ($validator->isCertificateDownloadable($DIC->user()->getId(), $this->
object->getId())) {
623 $certLink = $DIC->ctrl()->getLinkTargetByClass(
624 [ilObjLTIConsumerGUI::class, ilLTIConsumerSettingsGUI::class],
628 $DIC->language()->loadLanguageModule(
'certificate');
630 $return->addCustomCommand($certLink,
'download_certificate');
632 $return->addHeaderIcon(
635 $DIC->language()->txt(
'download_certificate'),
645 public static function _goto(
string $a_target): void
648 $main_tpl = $DIC->ui()->mainTemplate();
650 $err = $DIC[
'ilErr'];
652 $ctrl = $DIC->ctrl();
655 $lng = $DIC->language();
657 $targetParameters = explode(
'_', $a_target);
658 $id = (
int) $targetParameters[0];
661 $err->raiseError(
$lng->
txt(
'msg_no_perm_read'), $err->FATAL);
671 $main_tpl->setOnScreenMessage(
674 $DIC->language()->txt(
'msg_no_perm_read_item'),
683 $err->raiseError($DIC->language()->txt(
"msg_no_perm_read_lm"), $err->FATAL);
699 if (!$this->creation_mode) {
702 if ($this->
object->getProvider()->hasProviderIcon()) {
703 $DIC->ui()->mainTemplate()->setTitleIcon(
704 $this->
object->getProvider()->getProviderIcon()->getAbsoluteFilePath(),
705 'Icon ' . $this->
object->getProvider()->getTitle()
710 $navigationHistory = $DIC[
'ilNavigationHistory'];
712 $navigationHistory->addItem($this->
object->getRefId(), $link, $this->
object->getType());
718 switch ($DIC->ctrl()->getNextClass()) {
719 case strtolower(ilObjectCopyGUI::class):
722 $gui->setType($this->
getType());
723 $DIC->ctrl()->forwardCommand($gui);
726 case strtolower(ilCommonActionDispatcherGUI::class):
729 $DIC->ctrl()->forwardCommand($gui);
732 case strtolower(ilLearningProgressGUI::class):
734 if (!$DIC->access()->checkAccess(
'read',
'', $this->
object->getRefId())) {
735 $DIC[
'ilErr']->raiseError($DIC->language()->txt(
"msg_no_perm_read"));
737 $DIC->tabs()->activateTab(self::TAB_ID_LEARNING_PROGRESS);
744 $DIC->ctrl()->forwardCommand($gui);
749 case strtolower(ilObjectMetaDataGUI::class):
751 if (!$DIC->access()->checkAccess(
'write',
'', $this->
object->getRefId())) {
752 $DIC[
'ilErr']->raiseError($DIC->language()->txt(
"msg_no_perm_write"));
755 $DIC->tabs()->activateTab(self::TAB_ID_METADATA);
758 $DIC->ctrl()->forwardCommand($gui);
762 case strtolower(ilPermissionGUI::class):
764 $DIC->tabs()->activateTab(self::TAB_ID_PERMISSIONS);
767 $DIC->ctrl()->forwardCommand($gui);
770 case strtolower(ilLTIConsumerSettingsGUI::class):
772 if (!$DIC->access()->checkAccess(
'write',
'', $this->
object->getRefId())) {
773 $DIC[
'ilErr']->raiseError($DIC->language()->txt(
"msg_no_perm_write"));
775 $DIC->tabs()->activateTab(self::TAB_ID_SETTINGS);
778 $DIC->ctrl()->forwardCommand($gui);
782 case strtolower(ilLTIConsumerXapiStatementsGUI::class):
784 if (!$DIC->access()->checkAccess(
'read',
'', $this->
object->getRefId())) {
785 $DIC[
'ilErr']->raiseError($DIC->language()->txt(
"msg_no_perm_read"));
788 $DIC->tabs()->activateTab(self::TAB_ID_STATEMENTS);
791 $DIC->ctrl()->forwardCommand($gui);
796 case strtolower(ilLTIConsumerScoringGUI::class):
798 if (!$DIC->access()->checkAccess(
'read',
'', $this->
object->getRefId())) {
799 $DIC[
'ilErr']->raiseError($DIC->language()->txt(
"msg_no_perm_read"));
801 $DIC->tabs()->activateTab(self::TAB_ID_SCORING);
804 $DIC->ctrl()->forwardCommand($gui);
809 case strtolower(ilLTIConsumerGradeSynchronizationGUI::class):
811 if (!$DIC->access()->checkAccess(
'read',
'', $this->
object->getRefId())) {
812 $DIC[
'ilErr']->raiseError($DIC->language()->txt(
"msg_no_perm_read"));
814 $DIC->tabs()->activateTab(self::TAB_ID_GRADE_SYNCHRONIZATION);
817 $DIC->ctrl()->forwardCommand($gui);
822 case strtolower(ilLTIConsumerContentGUI::class):
824 if (!$DIC->access()->checkAccess(
'read',
'', $this->
object->getRefId())) {
825 $DIC[
'ilErr']->raiseError($DIC->language()->txt(
"msg_no_perm_read"));
827 $DIC->tabs()->activateTab(self::TAB_ID_CONTENT);
830 $DIC->ctrl()->forwardCommand($gui);
835 case strtolower(ilInfoScreenGUI::class):
837 $DIC->tabs()->activateTab(self::TAB_ID_INFO);
843 if ($DIC->ctrl()->getCmd() ===
'save') {
846 $command = $DIC->ctrl()->getCmd(self::DEFAULT_CMD);
861 if ($DIC->http()->wrapper()->post()->has(
'JWT')) {
880 $DIC->language()->loadLanguageModule(
'lti');
882 if (!$this->
object->getOfflineStatus() &&
885 $DIC->tabs()->addTab(
886 self::TAB_ID_CONTENT,
887 $DIC->language()->txt(self::TAB_ID_CONTENT),
888 $DIC->ctrl()->getLinkTargetByClass(ilLTIConsumerContentGUI::class)
892 $DIC->tabs()->addTab(
894 $DIC->language()->txt(self::TAB_ID_INFO),
895 $this->
ctrl->getLinkTargetByClass(ilInfoScreenGUI::class)
898 if ($this->ltiAccess->hasWriteAccess()) {
899 $DIC->tabs()->addTab(
900 self::TAB_ID_SETTINGS,
901 $DIC->language()->txt(self::TAB_ID_SETTINGS),
902 $DIC->ctrl()->getLinkTargetByClass(ilLTIConsumerSettingsGUI::class)
906 if ($this->ltiAccess->hasStatementsAccess()) {
907 $DIC->tabs()->addTab(
908 self::TAB_ID_STATEMENTS,
909 $DIC->language()->txt(self::TAB_ID_STATEMENTS),
910 $DIC->ctrl()->getLinkTargetByClass(ilLTIConsumerXapiStatementsGUI::class)
914 if ($this->ltiAccess->hasHighscoreAccess()) {
916 $DIC->tabs()->addTab(
917 self::TAB_ID_SCORING,
918 $DIC->language()->txt(self::TAB_ID_SCORING),
919 $DIC->ctrl()->getLinkTargetByClass(ilLTIConsumerScoringGUI::class)
923 if ($this->
object->getProvider()->isGradeSynchronization()) {
924 $DIC->tabs()->addTab(
925 self::TAB_ID_GRADE_SYNCHRONIZATION,
926 $DIC->language()->txt(self::TAB_ID_GRADE_SYNCHRONIZATION),
927 $DIC->ctrl()->getLinkTargetByClass(ilLTIConsumerGradeSynchronizationGUI::class)
931 if ($this->ltiAccess->hasLearningProgressAccess() && $this->
object->getProvider()->getHasOutcome()) {
932 $DIC->tabs()->addTab(
933 self::TAB_ID_LEARNING_PROGRESS,
934 $DIC->language()->txt(self::TAB_ID_LEARNING_PROGRESS),
935 $DIC->ctrl()->getLinkTargetByClass(ilLearningProgressGUI::class)
939 if ($this->ltiAccess->hasWriteAccess()) {
941 $link = $gui->getTab();
944 $DIC->tabs()->addTab(
945 self::TAB_ID_METADATA,
946 $DIC->language()->txt(
'meta_data'),
952 if ($this->ltiAccess->hasEditPermissionsAccess()) {
953 $DIC->tabs()->addTab(
954 self::TAB_ID_PERMISSIONS,
955 $DIC->language()->txt(self::TAB_ID_PERMISSIONS),
956 $DIC->ctrl()->getLinkTargetByClass(ilPermissionGUI::class,
'perm')
1024 $this->
object->getTitle(),
1025 $this->
ctrl->getLinkTarget($this, self::DEFAULT_CMD),
1027 $this->
object->getRefId()
1037 $this->
object->getType(),
1038 $this->
object->getRefId(),
1039 $this->
object->getId(),
1040 $DIC->user()->getId()
1046 protected function launch():
void 1050 $this->tabs_gui->activateTab(self::TAB_ID_CONTENT);
1052 $this->
ctrl->forwardCommand($gui);
1060 $DIC->tabs()->activateTab(self::TAB_ID_INFO);
1062 $DIC->ctrl()->setCmd(
"showSummary");
1063 $DIC->ctrl()->setCmdClass(
"ilinfoscreengui");
1075 $ilErr->raiseError($DIC->language()->txt(
"msg_no_perm_read"));
1082 $info->enablePrivateNotes();
1085 $info->enableNews();
1088 $info->enableNewsEditing(
false);
1092 $enable_internal_rss = $news_set->get(
"enable_rss_for_internal");
1094 if ($enable_internal_rss) {
1096 $info->setBlockProperty(
"news",
"settings",
"true");
1097 $info->setBlockProperty(
"news",
"public_notifications_option",
"true");
1102 $info->addMetaDataSections($this->
object->getId(), 0, $this->
object->getType());
1106 $info->addSection(
'DEVMODE Info');
1107 $info->addProperty(
'Local Object ID', (
string) $this->
object->getId());
1108 $info->addProperty(
'Current User ID', (
string) $DIC->user()->getId());
1111 $info->addSection($DIC->language()->txt(
"lti_info_learning_progress_section"));
1113 $DIC->language()->txt(
"mastery_score"),
1114 ($this->
object->getMasteryScorePercent()) .
' %' 1119 $info->addSection($DIC->language()->txt(
"lti_info_privacy_section"));
1122 $DIC->language()->txt(
"lti_con_prov_url"),
1123 $this->
object->getProvider()->getProviderUrl()
1127 $DIC->language()->txt(
"conf_privacy_name"),
1132 $DIC->language()->txt(
"conf_privacy_ident"),
1135 if ($this->
object->getProvider()->isExternalProvider()) {
1137 $DIC->language()->txt(
"lti_info_external_provider_label"),
1138 $DIC->language()->txt(
'lti_info_external_provider_info')
1142 if ($this->
object->getProvider()->getUseXapi()) {
1144 $DIC->language()->txt(
"lti_con_prov_xapi_launch_url"),
1145 $this->
object->getProvider()->getXapiLaunchUrl()
1150 $this->
ctrl->forwardCommand($info);
1157 if ($this->
object->getProvider()->getProviderUrl() ==
'') {
1158 $this->tpl->setOnScreenMessage(
'failure', $DIC->language()->txt(
'lti_provider_not_set_msg'));
1160 $this->tpl->setOnScreenMessage(
'failure', $DIC->language()->txt(
'lti_provider_not_avail_msg'));
1166 if ($this->request_wrapper->has($key)) {
1167 return $this->request_wrapper->retrieve($key, $this->
refinery->kindlyTo()->string());
static get(string $a_var)
ilLTIConsumerAccess $ltiAccess
redirectByClass( $a_class, string $a_cmd=null, string $a_anchor=null, bool $is_async=false)
executeCommand()
execute command
fillCloneTemplate(?string $tpl_varname, string $type)
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
static isEmbeddedLaunchRequest()
New implementation of ilObjectGUI.
GUI class for the workflow of copying objects.
createNewObject(string $newType, string $title, string $description)
Class ChatMainBarProvider .
contentSelectionRequest()
checkAccess(string $a_permission, string $a_cmd, int $a_ref_id, string $a_type="", ?int $a_obj_id=null, ?int $a_tree_id=null)
check access for an object (provide $a_type and $a_obj_id if available for better performance) ...
static getImagePath(string $img, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
initHeaderAction(?string $a_sub_type=null, ?int $a_sub_id=null)
getDidacticTemplateVar(string $type)
Get didactic template setting from creation screen.
getRequestValue(string $key)
const AVAILABILITY_CREATE
static _gotoRepositoryNode(int $ref_id, string $cmd="")
contentSelectionResponse()
contentSelection(string $providerId, string $newType, string $refId, ilLTIConsumeProvider $provider)
setParameterByClass(string $a_class, string $a_parameter, $a_value)
prepareOutput(bool $show_sub_objects=true)
if(empty($clientId)) $providerId
createObject()
create new object form
static buildContentSelectionParameters(ilLTIConsumeProvider $provider, int $refId, string $returnUrl, string $nonce)
putObjectInTree(ilObject $obj, int $parent_node_id=null)
Add object to tree at given position.
saveContentSelection(ilLTIConsumeProvider $provider, string $token)
initMetadata(\ilObject $object)
static getIdent(int $userIdentMode, ilObjUser $user)
initShowToolConfig(string $a_new_type, int $a_provider_id)
static getProviderIdFromClientId(string $clientId)
static getTypeByRefId(int $ref_id, bool $stop_on_error=true)
get object type by reference id
static _lookupObjId(int $ref_id)
static updateKeywords(ilMDGeneral $a_md_section, array $a_keywords)
const TAB_ID_GRADE_SYNCHRONIZATION
checkPermissionBool(string $perm, string $cmd="", string $type="", ?int $node_id=null)
static _lookupTitle(int $obj_id)
static getIliasHttpPath()
static getPrivacyIdentString(int $ident)
const TAB_ID_LEARNING_PROGRESS
buildProviderSelectionForm(string $a_new_type)
static getPrivacyNameString(int $ident)
initCustomCreateForm(string $a_new_type)
ServerRequestInterface $request
static hasCustomProviderCreationAccess()
initCreationForms(string $a_new_type)
Validates if an active certificate is stored in the database and can be downloaded by the user...
static _recordReadEvent(string $a_type, int $a_ref_id, int $obj_id, int $usr_id, bool $isCatchupWriteEvents=true, $a_ext_rc=null, $a_ext_time=null)
afterSave(\ilObject $newObject)
static array static decode(string $jwt, $keyOrKeyArray, stdClass &$headers=null)
Decodes a JWT string into a PHP object.
const const static parseKeySet(array $jwks, string $defaultAlg=null)
Parse a set of JWK keys.
static _goto(string $a_target)
static _lookupDBMode(int $a_obj_id)
static _getLink(?int $a_ref_id, string $a_type='', array $a_params=array(), string $append="")
initDynRegForm(string $a_new_type)
const CFORM_DYNAMIC_REGISTRATION
const CMD_DELIVER_CERTIFICATE
setTargetScript(string $a_target_script)
__construct(Container $dic, ilPlugin $plugin)
const LP_CONTEXT_REPOSITORY
addItem(string $a_title, string $a_link, string $a_frame="", int $a_ref_id=0, ?string $type=null)
handleAvailablityMessage()
__construct(int $a_id=0, int $a_id_type=self::REPOSITORY_NODE_ID, int $a_parent_node_id=0)
New PermissionGUI (extends from old ilPermission2GUI) RBAC related output.
addHeaderAction()
Add header action menu.
static clear(string $a_var)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class FlySystemFileAccessTest disabled disabled disabled.
static getInstanceFromAjaxCall()
(Re-)Build instance from ajax call
static _gotoRepositoryRoot(bool $raise_error=false)
Goto repository root.
static _updateStatus(int $a_obj_id, int $a_usr_id, ?object $a_obj=null, bool $a_percentage=false, bool $a_force_raise=false)
initCreateForm(string $a_new_type)