29 $this->lng->loadLanguageModule(
"ltiv");
31 $DIC->tabs()->setBackTarget(
32 $this->lng->txt(
"back"),
33 $this->ctrl->getLinkTarget($this,
"cancel")
36 include_once
"Modules/Course/classes/Verification/class.ilCourseVerificationTableGUI.php";
38 $this->tpl->setContent($table->getHTML());
48 $objId = $_REQUEST[
"lti_id"];
53 $DIC->logger()->root(),
59 $userCertificatePresentation = $userCertificateRepository->fetchActiveCertificateForPresentation(
60 (
int) $DIC->user()->getId(),
65 $newObj = $certificateVerificationFileService->
createFile($userCertificatePresentation);
73 $this->node_id = null;
89 $file = $this->
object->getFilePath();
102 public function render($a_return =
false, $a_url =
false)
110 $wsp_id =
$tree->lookupNodeId($this->object->getId());
112 $caption = $DIC->language()->txt(
"wsp_type_ltiv") .
' "' . $this->
object->getTitle() .
'"';
115 if (!file_exists($this->object->getFilePath())) {
117 $message = $DIC->language()->txt(
"url_not_found");
119 include_once
"Services/PersonalWorkspace/classes/class.ilWorkspaceAccessHandler.php";
123 $message = $DIC->language()->txt(
"permission_denied");
129 $a_url = $this->
getAccessHandler()->getGotoLink($wsp_id, $this->object->getId());
131 return '<div><a href="' . $a_url .
'">' . $caption .
'</a></div>';
133 return '<div>' . $caption .
' (' .
$message .
')</div>';
142 include_once
"Services/COPage/classes/class.ilPCVerification.php";
147 $DIC[
'ilErr']->raiseError($this->lng->txt(
'permission_denied'), $DIC[
'ilErr']->MESSAGE);
150 public static function _goto($a_target)
152 $id = explode(
"_", $a_target);
154 $_GET[
"baseClass"] =
"ilsharedresourceGUI";
155 $_GET[
"wsp_id"] = $id[0];
156 include(
"ilias.php");
render($a_return=false, $a_url=false)
Render content.
New implementation of ilObjectGUI.
static isInPortfolioPage(ilPortfolioPage $a_page, $a_type, $a_id)
getAccessHandler()
Get access handler.
Access handler for personal workspace.
downloadFromPortfolioPage(ilPortfolioPage $a_page)
createFile(ilUserCertificatePresentation $userCertificatePresentation)
afterSave(ilObject $a_new_object)
Post (successful) object creation hook.
Tree handler for personal workspace.
save()
create new instance and save it
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
putObjectInTree(ilObject $a_obj, $a_parent_node_id=null)
Add object to tree at given position.
create()
List all tests in which current user participated.
static deliverFile( $a_file, $a_filename, $a_mime='', $isInline=false, $removeAfterDelivery=false, $a_exit_after=true)
deliver file for download via browser.