29 if ($this->id_type == self::WORKSPACE_NODE_ID) {
30 include_once
"Services/DiskQuota/classes/class.ilDiskQuotaHandler.php";
32 $this->lng->loadLanguageModule(
"file");
34 $this->ctrl->redirect($this,
"cancel");
38 $this->lng->loadLanguageModule(
"cmxv");
40 $ilTabs->setBackTarget(
41 $this->lng->txt(
"back"),
42 $this->ctrl->getLinkTarget($this,
"cancel")
45 include_once
"Modules/Course/classes/Verification/class.ilCourseVerificationTableGUI.php";
47 $this->tpl->setContent($table->getHTML());
53 public function save() : void
57 $objId = $_REQUEST[
"cmix_id"];
62 $DIC->logger()->root(),
68 $userCertificatePresentation = $userCertificateRepository->fetchActiveCertificateForPresentation(
69 (
int) $DIC->user()->getId(),
74 $newObj = $certificateVerificationFileService->
createFile($userCertificatePresentation);
83 $this->node_id = null;
99 $file = $this->
object->getFilePath();
111 public function render($a_return =
false, $a_url =
false)
119 $wsp_id =
$tree->lookupNodeId($this->object->getId());
121 $caption = $lng->txt(
"wsp_type_cmxv") .
' "' . $this->
object->getTitle() .
'"';
124 if (!file_exists($this->object->getFilePath())) {
126 $message = $lng->txt(
"url_not_found");
128 include_once
"Services/PersonalWorkspace/classes/class.ilWorkspaceAccessHandler.php";
132 $message = $lng->txt(
"permission_denied");
138 $a_url = $this->
getAccessHandler()->getGotoLink($wsp_id, $this->object->getId());
140 return '<div><a href="' . $a_url .
'">' . $caption .
'</a></div>';
142 return '<div>' . $caption .
' (' .
$message .
')</div>';
151 include_once
"Services/COPage/classes/class.ilPCVerification.php";
156 $ilErr->raiseError($this->lng->txt(
'permission_denied'), $ilErr->MESSAGE);
159 public static function _goto($a_target)
161 $id = explode(
"_", $a_target);
163 $_GET[
"baseClass"] =
"ilsharedresourceGUI";
164 $_GET[
"wsp_id"] = $id[0];
165 include(
"ilias.php");
New implementation of ilObjectGUI.
static isInPortfolioPage(ilPortfolioPage $a_page, $a_type, $a_id)
getAccessHandler()
Get access handler.
downloadFromPortfolioPage(ilPortfolioPage $a_page)
Access handler for personal workspace.
createFile(ilUserCertificatePresentation $userCertificatePresentation)
afterSave(ilObject $a_new_object)
Post (successful) object creation hook.
Tree handler for personal workspace.
static isUploadPossible($a_additional_size=null)
create()
List all tests in which current user participated.
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.
save()
create new instance and save it
render($a_return=false, $a_url=false)
Render content.
static deliverFile( $a_file, $a_filename, $a_mime='', $isInline=false, $removeAfterDelivery=false, $a_exit_after=true)
deliver file for download via browser.