19 declare(strict_types=1);
27 interface Column extends \ILIAS\UI\Component\Component
30 public function getType(): string;
38 ?
string $asc_label =
null,
39 ?
string $desc_label =
null 42 public function withIsOptional(
bool $is_optional,
bool $is_initially_visible =
true):
self;
withIsSortable(bool $flag)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
withIsOptional(bool $is_optional, bool $is_initially_visible=true)
withOrderingLabels(?string $asc_label=null, ?string $desc_label=null)
you may add custom labels to overwrite auto-generated labels for SortationViewControl ...
A Column describes the form of presentation for a certain aspect of data, i.e.