1, 'optional' => FALSE, ], ]; } /** * @return string */ public static function getTitle(): string { return ts('Time only'); } /** * @return string */ public static function getDescription(): string { return ts('Only the time portaion of a date/time.'); } }