5 include_once(
"Services/Block/classes/class.ilBlockGUI.php");
34 $this->ctrl = $DIC->ctrl();
35 $this->lng = $DIC->language();
40 $this->record = $a_record;
41 $this->callback = $a_decorator_callback;
44 $this->
setTitle($translations->getTitleForLanguage($this->lng->getLangKey()));
45 $this->
setBlockId(
"advmd_" . $this->record->getRecordId());
47 $this->allow_moving =
false;
55 return self::$block_type;
76 $this->values = $a_values;
86 $next_class = $ilCtrl->getNextClass();
87 $cmd = $ilCtrl->getCmd(
"getHTML");
89 switch ($next_class) {
115 $btpl =
new ilTemplate(
"tpl.advmd_block.html",
true,
true,
"Services/Object");
122 include_once(
'Services/AdvancedMetaData/classes/class.ilAdvancedMDValues.php');
123 include_once(
'Services/ADT/classes/class.ilADTFactory.php');
126 $this->values->read();
128 $defs = $this->values->getDefinitions();
129 foreach ($this->values->getADTGroup()->getElements() as $element_id => $element) {
132 $btpl->setCurrentBlock(
"item");
133 $btpl->setVariable(
"CAPTION", $field_translations->getTitleForLanguage($element_id, $this->lng->getLangKey()));
134 if ($element->isNull()) {
140 $value->setSize(
"100%",
"200px");
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();
setDataSection($a_content)
Call this from overwritten fillDataSection(), if standard row based data is not used.
static setUseRelativeDates($a_status)
set use relative dates
setEnableNumInfo($a_enablenuminfo)
Set Enable Item Number Info.
static getInstance()
Get singleton.
static useRelativeDates()
check if relative dates are used
setTitle($a_title)
Set Title.
setBlockId($a_block_id=0)
Set Block Id.
static getInstanceByRecordId(int $record_id)
__construct(Container $dic, ilPlugin $plugin)
This class represents a block method of a block.
static getInstanceByRecordId(int $record_id)