19 declare(strict_types=1);
33 protected InternalGUIService $gui,
42 protected function getId(): string
54 return $this->domain->containerFilterRetrieval(
55 $this->container_filter_service,
63 "record_set_id" => $data_row[
"record_set_id"],
64 "record_title" => $data_row[
"record_title"],
65 "field_title" => $data_row[
"field_title"],
69 protected function build(TableAdapterGUI
$table): TableAdapterGUI
71 $lng = $this->domain->lng();
74 ->textColumn(
"record_title",
$lng->txt(
"cont_filter_record"))
75 ->textColumn(
"field_title",
$lng->txt(
"cont_filter_field"));
transformRow(array $data_row)
build(TableAdapterGUI $table)
__construct(Container $dic, ilPlugin $plugin)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(protected InternalDomainService $domain, protected InternalGUIService $gui, protected \ilContainerFilterService $container_filter_service, protected int $ref_id, object $parent_gui, string $parent_cmd)