19 declare(strict_types=1);
47 $this->table->setFilterCommand($applyFilterCmd);
48 $this->table->setResetCommand($resetFilterCmd);
50 $this->table->setSelectProviderCmd(
'save');
51 $this->table->setOwnProviderColumnEnabled(
true);
53 $this->table->setDefaultFilterVisiblity(
true);
54 $this->table->setDisableFilterHiding(
true);
58 $this->
setTitle($DIC->language()->txt($newType .
'_select_provider'));
61 public function setTitle(
string $a_title): void
63 $this->table->setTitle($a_title);
68 return $this->table->getTitle();
73 return $this->table->getHTML();
78 $this->table->writeFilterToSession();
79 $this->table->resetOffset();
84 $this->table->resetFilter();
85 $this->table->resetOffset();
93 $field = $this->table->getFilterItemByPostVar($a_field);
96 return $field->getChecked();
99 return $field->getValue();
104 $this->table->setData($data);
__construct(Container $dic, ilPlugin $plugin)