getType()?->getName(); } /** * @param string $string * * @return string */ public static function getRSSDate(string $string) { return Formator::checkDate($string); } }