Hour1200Transformer deprecated
class Hour1200Transformer extends Hour1200Transformer
deprecated
Alias of {@link \Symfony\Component\Intl\DateFormatter\DateFormat\Hour1200Transformer}.
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 Hour1200Transformer at line line 26
string
format(DateTime $dateTime, int $length)
Format a value using a configured DateTime as date/time source.
in Hour1200Transformer at line line 49
string
getReverseMatchingRegExp(int $length)
Returns a reverse matching regular expression of a string generated by format().
in Hour1200Transformer at line line 57
array
extractDateOptions(string $matched, int $length)
Extract date options from a matched value returned by the processing of the reverse matching regular expression.
in Hour1200Transformer at line line 37
int
normalizeHour(int $hour, string $marker = null)
Returns a normalized hour value suitable for the hour transformer type.