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