3 declare(strict_types=1);
    36         return self::TYPE_DATETIME;
    64     public function importFromECS(
string $a_ecs_type, $a_value, 
string $a_sub_id): bool
    67         switch ($a_ecs_type) {
    76             $this->
getADT()->setDate($value);
    90         if (!($a_value[
'lower'] ?? 
false) || !($a_value[
'upper'])) {
    93         if ($a_value[
'lower'] ?? 
false) {
    96         if ($a_value[
'upper'] ?? 
false) {
 
static parseIncomingDate($value, bool $add_time=false)
Try to parse incoming value to date object. 
 
Representation of ECS EContent Time Place. 
 
AMD field abstract base class. 
 
importFromECS(string $a_ecs_type, $a_value, string $a_sub_id)
 
getValueForXML(ilADT $element)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
importValueFromXML(string $a_cdata)
 
getLuceneSearchString($a_value)
 
ADT definition base class.