setFunction(function($data) use ($column) { return new DateTimeImmutable($data[$column] ?? ''); }); if ($property !== null) { $this->setProperty($property); } } }