MonthTransformer deprecated
class MonthTransformer extends MonthTransformer
deprecated
Alias of {@link \Symfony\Component\Intl\DateFormatter\DateFormat\MonthTransformer}.
Methods
string
format(DateTime $dateTime, int $length)
Format a value using a configured DateTime as date/time source.
from MonthTransformer
string
getReverseMatchingRegExp(int $length)
Returns a reverse matching regular expression of a string generated by format().
from MonthTransformer
array
extractDateOptions(string $matched, int $length)
Extract date options from a matched value returned by the processing of the reverse matching regular expression.
from MonthTransformer
Details
in MonthTransformer at line line 80
string
format(DateTime $dateTime, int $length)
Format a value using a configured DateTime as date/time source.
in MonthTransformer at line line 103
string
getReverseMatchingRegExp(int $length)
Returns a reverse matching regular expression of a string generated by format().
in MonthTransformer at line line 129
array
extractDateOptions(string $matched, int $length)
Extract date options from a matched value returned by the processing of the reverse matching regular expression.
in MonthTransformer at line line 65
__construct()
Constructor.