5 include_once(
'./Services/Object/classes/class.ilObject2GUI.php');
28 $ilTabs = $DIC[
'ilTabs'];
30 if ($this->id_type == self::WORKSPACE_NODE_ID) {
31 include_once
"Services/DiskQuota/classes/class.ilDiskQuotaHandler.php";
33 $this->lng->loadLanguageModule(
"file");
35 $this->ctrl->redirect($this,
"cancel");
39 $this->lng->loadLanguageModule(
"crsv");
41 $ilTabs->setBackTarget(
42 $this->lng->txt(
"back"),
43 $this->ctrl->getLinkTarget($this,
"cancel")
47 $this->tpl->setContent($table->getHTML());
59 $objectId = $_REQUEST[
"crs_id"];
64 $DIC->logger()->root(),
70 $userCertificatePresentation = $userCertificateRepository->fetchActiveCertificateForPresentation(
76 $newObj = $certificateVerificationFileService->
createFile($userCertificatePresentation);
84 $this->node_id = null;
100 $file = $this->
object->getFilePath();
112 public function render($a_return =
false, $a_url =
false)
123 $wsp_id =
$tree->lookupNodeId($this->object->getId());
125 $caption =
$lng->txt(
"wsp_type_crsv") .
' "' . $this->
object->getTitle() .
'"';
128 if (!file_exists($this->object->getFilePath())) {
132 include_once
"Services/PersonalWorkspace/classes/class.ilWorkspaceAccessHandler.php";
142 $a_url = $this->
getAccessHandler()->getGotoLink($wsp_id, $this->object->getId());
144 return '<div><a href="' . $a_url .
'">' . $caption .
'</a></div>';
146 return '<div>' . $caption .
' (' .
$message .
')</div>';
157 include_once
"Services/COPage/classes/class.ilPCVerification.php";
162 $ilErr->raiseError($this->lng->txt(
'permission_denied'),
$ilErr->MESSAGE);
165 public static function _goto($a_target)
167 $id = explode(
"_", $a_target);
169 $_GET[
"baseClass"] =
"ilsharedresourceGUI";
170 $_GET[
"wsp_id"] = $id[0];
171 include(
"ilias.php");
New implementation of ilObjectGUI.
List all completed course for current user.
static isInPortfolioPage(ilPortfolioPage $a_page, $a_type, $a_id)
getAccessHandler()
Get access handler.
create()
List all tests in which current user participated.
Access handler for personal workspace.
createFile(ilUserCertificatePresentation $userCertificatePresentation)
afterSave(ilObject $a_new_object)
Post (successful) object creation hook.
Tree handler for personal workspace.
render($a_return=false, $a_url=false)
Render content.
GUI class for course verification.
static isUploadPossible($a_additional_size=null)
downloadFromPortfolioPage(ilPortfolioPage $a_page)
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
static deliverFile( $a_file, $a_filename, $a_mime='', $isInline=false, $removeAfterDelivery=false, $a_exit_after=true)
deliver file for download via browser.