5 include_once(
'./Services/Object/classes/class.ilObject2GUI.php');
27 $ilTabs = $DIC[
'ilTabs'];
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(
"scov");
40 $ilTabs->setBackTarget(
41 $this->lng->txt(
"back"),
42 $this->ctrl->getLinkTarget($this,
"cancel")
45 include_once
"Modules/ScormAicc/classes/Verification/class.ilSCORMVerificationTableGUI.php";
47 $this->tpl->setContent($table->getHTML());
59 $objectId = $_REQUEST[
"lm_id"];
64 $DIC->logger()->root(),
70 $userCertificatePresentation = $userCertificateRepository->fetchActiveCertificateForPresentation(
76 $newObj = $certificateVerificationFileService->
createFile($userCertificatePresentation);
84 $this->node_id = null;
99 $file = $this->
object->getFilePath();
111 public function render($a_return =
false, $a_url =
false)
121 $wsp_id =
$tree->lookupNodeId($this->object->getId());
123 $caption =
$lng->txt(
"wsp_type_scov") .
' "' . $this->
object->getTitle() .
'"';
126 if (!file_exists($this->object->getFilePath())) {
130 include_once
"Services/PersonalWorkspace/classes/class.ilWorkspaceAccessHandler.php";
140 $a_url = $this->
getAccessHandler()->getGotoLink($wsp_id, $this->object->getId());
142 return '<div><a href="' . $a_url .
'">' . $caption .
'</a></div>';
144 return '<div>' . $caption .
' (' .
$message .
')</div>';
154 include_once
"Services/COPage/classes/class.ilPCVerification.php";
159 $ilErr->raiseError($this->lng->txt(
'permission_denied'),
$ilErr->MESSAGE);
162 public static function _goto($a_target)
164 $id = explode(
"_", $a_target);
166 $_GET[
"baseClass"] =
"ilsharedresourceGUI";
167 $_GET[
"wsp_id"] = $id[0];
168 include(
"ilias.php");
List all completed learning modules for current user.
New implementation of ilObjectGUI.
static isInPortfolioPage(ilPortfolioPage $a_page, $a_type, $a_id)
getAccessHandler()
Get access handler.
save()
create new instance and save it
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)
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.
render($a_return=false, $a_url=false)
Render content.
create()
List all tests in which current user participated.
GUI class for scorm verification.
static deliverFile( $a_file, $a_filename, $a_mime='', $isInline=false, $removeAfterDelivery=false, $a_exit_after=true)
deliver file for download via browser.