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