$value) { if (is_numeric($value) && $value > 4294967295) { $attributes[$key] = (string) $value; } } return $attributes; } public function getDateFormat() { return 'Y-m-d H:i:s.u'; } }