4include_once(
'./Services/Object/classes/class.ilObject2GUI.php');
 
   29        $ilTabs = 
$DIC[
'ilTabs'];
 
   31        if ($this->id_type == self::WORKSPACE_NODE_ID) {
 
   32            include_once 
"Services/DiskQuota/classes/class.ilDiskQuotaHandler.php";
 
   34                $this->lng->loadLanguageModule(
"file");
 
   36                $this->ctrl->redirect($this, 
"cancel");
 
   40        $this->lng->loadLanguageModule(
"tstv");
 
   42        $ilTabs->setBackTarget(
 
   43            $this->lng->txt(
"back"),
 
   44            $this->ctrl->getLinkTarget($this, 
"cancel")
 
   47        include_once 
"Modules/Test/classes/tables/class.ilTestVerificationTableGUI.php";
 
   49        $this->tpl->setContent(
$table->getHTML());
 
   60        $objectId = $_REQUEST[
"tst_id"];
 
   65                $DIC->logger()->root(),
 
   71            $userCertificatePresentation = $userCertificateRepository->fetchActiveCertificateForPresentation(
 
   77                $newObj = $certificateVerificationFileService->createFile($userCertificatePresentation);
 
   78            } 
catch (\Exception $exception) {
 
   85                $this->node_id = 
null;
 
  100        $file = $this->
object->getFilePath();
 
  112    public function render($a_return = 
false, $a_url = 
false)
 
  122            $wsp_id = 
$tree->lookupNodeId($this->object->getId());
 
  123            $caption = 
$lng->txt(
"wsp_type_tstv") . 
' "' . $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";
 
  168        include(
"ilias.php");
 
An exception for terminatinating execution or to throw for unit testing.
static isUploadPossible($a_additional_size=null)
GUI class for test verification.
save()
create new instance and save it
downloadFromPortfolioPage(ilPortfolioPage $a_page)
getType()
Functions that must be overwritten.
render($a_return=false, $a_url=false)
Render content.
create()
List all tests in which current user participated.
New implementation of ilObjectGUI.
getAccessHandler()
Get access handler.
putObjectInTree(ilObject $a_obj, $a_parent_node_id=null)
Add object to tree at given position.
afterSave(ilObject $a_new_object)
Post (successful) object creation hook.
static isInPortfolioPage(ilPortfolioPage $a_page, $a_type, $a_id)
List all completed tests for current user.
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
static deliverFile( $a_file, $a_filename, $a_mime='', $isInline=false, $removeAfterDelivery=false, $a_exit_after=true)
deliver file for download via browser.
Access handler for personal workspace.
Tree handler for personal workspace.
if(!array_key_exists('StateId', $_REQUEST)) $id
catch(Exception $e) $message
if(empty($password)) $table