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