19 declare(strict_types=1);
38 $this->
lng->loadLanguageModule(
"excv");
40 $ilTabs->setBackTarget(
41 $this->
lng->txt(
"back"),
42 $this->
ctrl->getLinkTarget($this,
"cancel")
46 $this->tpl->setContent($table->getHTML());
52 public function save(): void
63 $DIC->logger()->root(),
69 $userCertificatePresentation = $userCertificateRepository->fetchActiveCertificateForPresentation(
76 $newObj = $certificateVerificationFileService->createFile($userCertificatePresentation);
78 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'error_creating_certificate_pdf'));
83 if ($newObj !==
null) {
85 $this->node_id =
null;
90 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"msg_failed"));
93 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"select_one"));
100 $file = $this->
object->getFilePath();
117 $wsp_id =
$tree->lookupNodeId($this->
object->getId());
119 $caption =
$lng->
txt(
"wsp_type_excv") .
' "' . $this->
object->getTitle() .
'"';
123 if (!file_exists($this->
object->getFilePath())) {
138 return '<div><a href="' . $a_url .
'">' . $caption .
'</a></div>';
141 return '<div>' . $caption .
' (' .
$message .
')</div>';
159 public static function _goto(
string $a_target):
void 164 $ctrl = $DIC->ctrl();
165 $id = explode(
"_", $a_target);
168 "ilsharedresourceGUI",
181 if (isset($this->request->getQueryParams()[$key])) {
182 return $this->request->getQueryParams()[$key];
185 if (isset($this->request->getParsedBody()[$key])) {
186 return $this->request->getParsedBody()[$key];
189 return $default ??
null;
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
New implementation of ilObjectGUI.
static isInPortfolioPage(ilPortfolioPage $a_page, string $a_type, int $a_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setParameterByClass(string $a_class, string $a_parameter, $a_value)
redirectByClass( $a_class, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static deliverFileLegacy(string $a_file, ?string $a_filename=null, ?string $a_mime=null, ?bool $isInline=false, ?bool $removeAfterDelivery=false, ?bool $a_exit_after=true)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
List all completed exercises for current user.
getRequestValue(string $key, $default=null)
GUI class for exercise verification.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
putObjectInTree(ilObject $obj, ?int $parent_node_id=null)
Add object to tree at given position.
afterSave(ilObject $new_object)
Post (successful) object creation hook.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
downloadFromPortfolioPage(ilPortfolioPage $a_page)
render( $a_return=false, $a_url=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...