Symfony2 API
Class

Symfony\Component\Locale\Stub\DateFormat\MonthTransformer

class MonthTransformer extends MonthTransformer

Alias of {@link \Symfony\Component\Intl\DateFormatter\DateFormat\MonthTransformer}.

Methods

__construct()

Constructor

from MonthTransformer
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 60
public __construct()

Constructor

in MonthTransformer at line 75
public string format(DateTime $dateTime, int $length)

Format a value using a configured DateTime as date/time source

Parameters

DateTime $dateTime A DateTime object to be used to generate the formatted value
int $length The formatted value string length

Return Value

string The formatted value

in MonthTransformer at line 98
public string getReverseMatchingRegExp(int $length)

Returns a reverse matching regular expression of a string generated by format()

Parameters

int $length The length of the value to be reverse matched

Return Value

string The reverse matching regular expression

in MonthTransformer at line 124
public array extractDateOptions(string $matched, int $length)

Extract date options from a matched value returned by the processing of the reverse matching regular expression

Parameters

string $matched The matched value
int $length The length of the Transformer pattern string

Return Value

array An associative array