class HourTransformer extends HourTransformer
deprecated
since version 2.3, to be removed in 3.0. Use {@link \Symfony\Component\Intl\DateFormatter\DateFormat\HourTransformer} instead.
Alias of {@link \Symfony\Component\Intl\DateFormatter\DateFormat\HourTransformer}.
Methods
| string |  format(DateTime $dateTime, int $length)  Format a value using a configured DateTime as date/time source.  |  from Transformer | 
| string |  getReverseMatchingRegExp(int $length)  Returns a reverse matching regular expression of a string generated by format().  |  from Transformer | 
| array |  extractDateOptions(string $matched, int $length)  Extract date options from a matched value returned by the processing of the reverse matching regular expression.  |  from Transformer | 
| int |  normalizeHour(int $hour, string $marker = null)  Returns a normalized hour value suitable for the hour transformer type.  |  from HourTransformer | 
Details
abstract string format(DateTime $dateTime, int $length)
Format a value using a configured DateTime as date/time source.
abstract string getReverseMatchingRegExp(int $length)
Returns a reverse matching regular expression of a string generated by format().
abstract array extractDateOptions(string $matched, int $length)
Extract date options from a matched value returned by the processing of the reverse matching regular expression.
abstract int normalizeHour(int $hour, string $marker = null)
Returns a normalized hour value suitable for the hour transformer type.
Please login to continue.