<?php method_exists(object|string $object_or_class, string $method): bool
<?php $this->modelInstance->getUpdatedAtColumn(), ]; if (method_exists($this->modelInstance, 'getDeletedAtColumn')) { $timestamps[] = $this->modelInstance->getDeletedAtColumn(); }