19 declare(strict_types=1);
42 public function format($value): string
44 $this->checkArgListElements(
'value', $value, [\DateTimeImmutable::class]);
57 $this->asc_label ?? $this->
getTitle() . self::SEPERATOR . $this->
lng->txt(
'order_option_chronological_ascending'),
58 $this->desc_label ?? $this->
getTitle() . self::SEPERATOR . $this->
lng->txt(
'order_option_chronological_descending')
__construct(Language $lng, string $title, protected DateFormat $format)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)