3 declare(strict_types=1);
31 foreach ($obj_ids as $obj_id) {
33 $ref_ids[] = end($all_ref_ids);
35 parent::setObjects($ref_ids);
38 public function init(): void
42 $ilCtrl = $DIC->ctrl();
48 $this->
setFormAction($ilCtrl->getFormAction($this->getParentObject()));
57 $this->tpl->setCurrentBlock(
'row_selection_input');
58 $this->tpl->setVariable(
'OBJ_INPUT_TYPE',
'radio');
59 $this->tpl->setVariable(
'OBJ_INPUT_NAME',
'source');
60 $this->tpl->setVariable(
'OBJ_INPUT_VALUE', $set[
'ref_id']);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Creates a path for a start and endnode.
fillRowSelectionInput(array $set)
enableRowSelectionInput(bool $stat)
setFormAction(string $a_form_action, bool $a_multipart=false)
enableTextOnly(bool $a_status)
render path as text only
customizePath(ilPathGUI $path)
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
static _getAllReferences(int $id)
get all reference ids for object ID
setUseImages(bool $a_status)
setObjects(array $obj_ids)
enableObjectPath(bool $status)