4 include_once(
'./Services/Object/classes/class.ilObject2GUI.php');
29 $ilTabs = $DIC[
'ilTabs'];
31 $this->lng->loadLanguageModule(
"tstv");
33 $ilTabs->setBackTarget(
34 $this->lng->txt(
"back"),
35 $this->ctrl->getLinkTarget($this,
"cancel")
38 include_once
"Modules/Test/classes/tables/class.ilTestVerificationTableGUI.php";
40 $this->tpl->setContent($table->getHTML());
51 $objectId = $_REQUEST[
"tst_id"];
56 $DIC->logger()->root(),
62 $userCertificatePresentation = $userCertificateRepository->fetchActiveCertificateForPresentation(
68 $newObj = $certificateVerificationFileService->
createFile($userCertificatePresentation);
76 $this->node_id = null;
91 $file = $this->
object->getFilePath();
103 public function render($a_return =
false, $a_url =
false)
113 $wsp_id =
$tree->lookupNodeId($this->object->getId());
114 $caption =
$lng->txt(
"wsp_type_tstv") .
' "' . $this->
object->getTitle() .
'"';
117 if (!file_exists($this->object->getFilePath())) {
121 include_once
"Services/PersonalWorkspace/classes/class.ilWorkspaceAccessHandler.php";
131 $a_url = $this->
getAccessHandler()->getGotoLink($wsp_id, $this->object->getId());
133 return '<div><a href="' . $a_url .
'">' . $caption .
'</a></div>';
135 return '<div>' . $caption .
' (' .
$message .
')</div>';
145 include_once
"Services/COPage/classes/class.ilPCVerification.php";
150 $ilErr->raiseError($this->lng->txt(
'permission_denied'),
$ilErr->MESSAGE);
153 public static function _goto($a_target)
155 $id = explode(
"_", $a_target);
157 $_GET[
"baseClass"] =
"ilsharedresourceGUI";
158 $_GET[
"wsp_id"] = $id[0];
159 include(
"ilias.php");
downloadFromPortfolioPage(ilPortfolioPage $a_page)
New implementation of ilObjectGUI.
render($a_return=false, $a_url=false)
Render content.
static isInPortfolioPage(ilPortfolioPage $a_page, $a_type, $a_id)
getAccessHandler()
Get access handler.
Access handler for personal workspace.
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.
GUI class for test verification.
create()
List all tests in which current user participated.
List all completed tests for current user.
static deliverFile( $a_file, $a_filename, $a_mime='', $isInline=false, $removeAfterDelivery=false, $a_exit_after=true)
deliver file for download via browser.