19 declare(strict_types=1);
47 $this->
setRowTemplate(
"tpl.cmix_verification_row.html",
"components/ILIAS/CmiXapi");
48 $this->
setFormAction($ilCtrl->getFormAction($a_parent_obj, $a_parent_cmd));
62 $DIC->logger()->root()
65 $certificateArray = $userCertificateRepository->fetchActiveCertificatesByTypeForPresentation(
66 $DIC->user()->getId(),
72 foreach ($certificateArray as $certificate) {
74 'id' => $certificate->getUserCertificate()->getObjId(),
75 'title' => $certificate->getObjectTitle(),
86 protected function fillRow(array $a_set): void
90 $this->tpl->setVariable(
"TITLE", $a_set[
"title"]);
91 $this->tpl->setVariable(
"PASSED", ($a_set[
"passed"]) ? $this->
lng->txt(
"yes") :
92 $this->
lng->txt(
"no"));
94 if ($a_set[
"passed"]) {
95 $ilCtrl->setParameter($this->parent_obj,
"cmix_id", $a_set[
"id"]);
96 $action = $ilCtrl->getLinkTarget($this->parent_obj,
"save");
97 $this->tpl->setVariable(
"URL_SELECT", $action);
98 $this->tpl->setVariable(
"TXT_SELECT", $this->
lng->txt(
"select"));
fillRow(array $a_set)
Fill template row.
setFormAction(string $a_form_action, bool $a_multipart=false)
__construct(ilObjCmiXapiVerificationGUI $a_parent_obj, string $a_parent_cmd="")
Constructor.
setDescription(string $a_val)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
getItems()
Get all completed tests.
__construct(Container $dic, ilPlugin $plugin)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)