HourTransformer deprecated
class HourTransformer extends HourTransformer
deprecated
Alias of {@link \Symfony\Component\Intl\DateFormatter\DateFormat\HourTransformer}.
Methods
Format a value using a configured DateTime as date/time source.
Returns a reverse matching regular expression of a string generated by format().
Extract date options from a matched value returned by the processing of the reverse matching regular expression.
Returns a normalized hour value suitable for the hour transformer type.
Details
in Transformer at line line 32
abstract string
format(DateTime $dateTime, int $length)
Format a value using a configured DateTime as date/time source.
in Transformer at line line 41
abstract string
getReverseMatchingRegExp(int $length)
Returns a reverse matching regular expression of a string generated by format().
in Transformer at line line 52
abstract array
extractDateOptions(string $matched, int $length)
Extract date options from a matched value returned by the processing of the reverse matching regular expression.
in HourTransformer at line line 31
abstract int
normalizeHour(int $hour, string $marker = null)
Returns a normalized hour value suitable for the hour transformer type.