3 declare(strict_types=1);
47 $this->
ctrl = $DIC->ctrl();
48 $this->
lng = $DIC->language();
54 $this->callback = $decorator_callback;
57 $this->
setTitle($translations->getTitleForLanguage($this->lng->getLangKey()));
58 $this->
setBlockId(
"advmd_" . $this->record->getRecordId());
60 $this->allow_moving =
false;
68 return self::$block_type;
89 $this->values = $a_values;
97 $this->
ctrl->getNextClass();
98 $cmd = $this->
ctrl->getCmd(
"getHTML");
122 $btpl =
new ilTemplate(
"tpl.advmd_block.html",
true,
true,
"Services/Object");
130 $this->values->read();
132 $defs = $this->values->getDefinitions();
133 foreach ($this->values->getADTGroup()->getElements() as $element_id => $element) {
136 $btpl->setCurrentBlock(
"item");
137 $btpl->setVariable(
"CAPTION", $field_translations->getTitleForLanguage($element_id, $this->lng->getLangKey()));
138 if ($element->isNull()) {
143 if (in_array($element->getType(), array(
"MultiEnum",
"Enum",
"Text"))) {
144 $value->setDecoratorCallBack($this->callback);
147 $value = $value->getHTML();
149 $btpl->setVariable(
"VALUE", $value);
150 $btpl->parseCurrentBlock();
153 $html = $btpl->get();
setBlockId(string $a_block_id="0")
setDataSection(string $a_content)
Call this from overwritten fillDataSection(), if standard row based data is not used.
setEnableNumInfo(bool $a_enablenuminfo)
static useRelativeDates()
static getInstanceByRecordId(int $record_id)
__construct(Container $dic, ilPlugin $plugin)
setTitle(string $a_title)
This class represents a block method of a block.
static setUseRelativeDates(bool $a_status)
set use relative dates
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getInstanceByRecordId(int $record_id)