19 declare(strict_types=1);
38 if (
null === $language) {
39 $language = $DIC->language();
40 $language->loadLanguageModule(
'certificate');
44 if (
null === $defaultPlaceholderDescriptionObject) {
45 $defaultPlaceholderDescriptionObject = new \ilDefaultPlaceholderDescription(
47 $userDefinedFieldPlaceHolderDescriptionObject
50 $this->placeholder = $defaultPlaceholderDescriptionObject->getPlaceholderDescriptions();
53 $this->
language->txt(
'certificate_var_result_passed')
56 $this->
language->txt(
'certificate_var_result_points')
59 $this->
language->txt(
'certificate_var_result_percent')
62 $this->
language->txt(
'certificate_var_max_points')
65 $this->
language->txt(
'certificate_var_result_mark_short')
68 $this->
language->txt(
'certificate_var_result_mark_long')
71 $this->
language->txt(
'certificate_ph_testtitle')
74 $language->txt(
'certificate_ph_date_completed')
77 $language->txt(
'certificate_ph_datetime_completed')
87 if (
null === $template) {
88 $template = new \ilTemplate(
'tpl.default_description.html',
true,
true,
'components/ILIAS/Certificate');
91 $template->setVariable(
'PLACEHOLDER_INTRODUCTION', $this->
language->txt(
'certificate_ph_introduction'));
93 $template->setCurrentBlock(
'items');
94 foreach ($this->placeholder as
$id => $caption) {
95 $template->setVariable(
'ID',
$id);
96 $template->setVariable(
'TXT', $caption);
97 $template->parseCurrentBlock();
100 return $template->get();
__construct(?\ilDefaultPlaceholderDescription $defaultPlaceholderDescriptionObject=null, ?\ilLanguage $language=null, ?\ilUserDefinedFieldsPlaceholderDescription $userDefinedFieldPlaceHolderDescriptionObject=null)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
createPlaceholderHtmlDescription(?\ilTemplate $template=null)
This methods MUST return an array containing an array with the the description as array value...
getPlaceholderDescriptions()
This method MUST return an array containing an array with the description as array value...
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
readonly ilLanguage $language
language()
description: > Example for rendring a language glyph.