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