Hour2401Transformer
class Hour2401Transformer extends HourTransformer
Parser and formatter for 24 hour format (1-24).
Methods
string
string
getReverseMatchingRegExp(int $length)
Returns a reverse matching regular expression of a string generated by format().
array
extractDateOptions(string $matched, int $length)
Extract date options from a matched value returned by the processing of the reverse matching regular expression.
int
normalizeHour(int $hour, string $marker = null)
Returns a normalized hour value suitable for the hour transformer type.
Details
at line line 26
string
format(DateTime $dateTime, int $length)
Format a value using a configured DateTime as date/time source.
at line line 51
string
getReverseMatchingRegExp(int $length)
Returns a reverse matching regular expression of a string generated by format().
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.
at line line 37
int
normalizeHour(int $hour, string $marker = null)
Returns a normalized hour value suitable for the hour transformer type.