19 declare(strict_types=1);
36 public function text(
string $title):
Text;
133 public function link(
string $title):
Link;
Interface Observer Contains several chained tasks and infos about them.
linkListing(string $title)
description: purpose: > The LinkListing Column features an Ordered or Unordered Listing of Standard ...
boolean(string $title, string|Icon|Glyph $true, string|Icon|Glyph $false)
description: purpose: > The Boolean Column is used to indicate a binary state, e.g.
text(string $title)
description: purpose: > The Text Column is used for (short) text.
date(string $title, \ILIAS\Data\DateFormat\DateFormat $format)
description: purpose: > The Date Column is used for single dates.
link(string $title)
description: purpose: > The Link Column features a Standard Link.
number(string $title)
description: purpose: > The Number Column is used for numeric values.
Status
This enum represents the status of a Progress Bar's underlying process/task, which can transition thr...
eMail(string $title)
description: purpose: > Special formating for Mails in the EMail Column.
timeSpan(string $title, \ILIAS\Data\DateFormat\DateFormat $format)
description: purpose: > To express a timespan, a duration: use the TimeSpan Column to visualize a st...
status(string $title)
description: purpose: > The Status Column is used for very small texts expressing a status ...
statusIcon(string $title)
description: purpose: > Sometimes, a status or progress is better expressed by an Icon...