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