19declare(strict_types=1);
32 private readonly UIFactory $ui_factory,
33 private readonly UIRenderer $ui_renderer,
38 private readonly
int $parent_obj_id
49 $this->tpl->setContent($this->
getTable());
55 $assignment_list = new \ilAssQuestionSkillAssignmentList($this->db);
56 $assignment_list->setParentObjId($this->parent_obj_id);
57 $assignment_list->loadFromDb();
58 $assignment_list->loadAdditionalSkillData();
62 return $this->ui_renderer->render($table->getComponent()->withRequest($this->http_state->request()));
Builds a Color from either hex- or rgb values.
__construct(private readonly UIFactory $ui_factory, private readonly UIRenderer $ui_renderer, private readonly GlobalHttpState $http_state, private readonly \ilLanguage $lng, private readonly \ilGlobalTemplateInterface $tpl, private readonly \ilDBInterface $db, private readonly int $parent_obj_id)
Interface GlobalHttpState.
An entity that renders components to a string output.