Home
last modified time | relevance | path

Searched refs:dateTimeValue (Results 1 – 2 of 2) sorted by relevance

/template/strap/ComboStrap/Meta/Api/
H A DMetadataDateTime.php26 protected ?DateTime $dateTimeValue = null; variable in ComboStrap\\Meta\\Api\\MetadataDateTime
57 $this->dateTimeValue = null;
63 $this->dateTimeValue = $value;
104 $this->dateTimeValue = $this->fromPersistentDateTimeUtility($value);
132 if ($this->dateTimeValue === null) {
135 return $this->dateTimeValue;
160 return $this->dateTimeValue !== null;
166 $this->dateTimeValue = $this->fromPersistentDateTimeUtility($value);
/template/strap/ComboStrap/
H A DPagePublicationDate.php104 $this->dateTimeValue = $this->fromPersistentDateTimeUtility($value);