Метод | Описание | |
---|---|---|
armisticeDay ( integer $year, string $timezone, string $locale, string $type = Holiday::TYPE_NATIONAL ) : |
Armistice Day. | |
fathersDay ( integer $year, string $timezone, string $locale, string $type = Holiday::TYPE_NATIONAL ) : |
Father's Day. | |
internationalWorkersDay ( integer $year, string $timezone, string $locale, string $type = Holiday::TYPE_NATIONAL ) : |
International Workers' Day. | |
mothersDay ( integer $year, string $timezone, string $locale, string $type = Holiday::TYPE_NATIONAL ) : |
Mother's Day. | |
newYearsDay ( integer $year, string $timezone, string $locale, string $type = Holiday::TYPE_NATIONAL ) : |
New Year's Day. | |
stMartinsDay ( integer $year, string $timezone, string $locale, string $type = Holiday::TYPE_NATIONAL ) : |
St. Martin's Day. | |
valentinesDay ( integer $year, string $timezone, string $locale, string $type = Holiday::TYPE_NATIONAL ) : |
Valentine's Day. | |
victoryInEuropeDay ( integer $year, string $timezone, string $locale, string $type = Holiday::TYPE_NATIONAL ) : |
Victory in Europe Day. | |
worldAnimalDay ( integer $year, string $timezone, string $locale, string $type = Holiday::TYPE_NATIONAL ) : |
World Animal Day. |
public armisticeDay ( integer $year, string $timezone, string $locale, string $type = Holiday::TYPE_NATIONAL ) : |
||
$year | integer | the year for which Armistice Day need to be created |
$timezone | string | the timezone in which Armistice Day is celebrated |
$locale | string | the locale for which Armistice Day need to be displayed in. |
$type | string | The type of holiday. Use the following constants: TYPE_NATIONAL, TYPE_OBSERVANCE, TYPE_SEASON, TYPE_BANK or TYPE_OTHER. By default a national holiday is considered. |
Результат |
public fathersDay ( integer $year, string $timezone, string $locale, string $type = Holiday::TYPE_NATIONAL ) : |
||
$year | integer | the year for which Father's Day need to be created |
$timezone | string | the timezone in which Father's Day is celebrated |
$locale | string | the locale for which Father's Day need to be displayed in. |
$type | string | The type of holiday. Use the following constants: TYPE_NATIONAL, TYPE_OBSERVANCE, TYPE_SEASON, TYPE_BANK or TYPE_OTHER. By default a national holiday is considered. |
Результат |
public internationalWorkersDay ( integer $year, string $timezone, string $locale, string $type = Holiday::TYPE_NATIONAL ) : |
||
$year | integer | the year for which International Workers' Day need to be created |
$timezone | string | the timezone in which International Workers' Day is celebrated |
$locale | string | the locale for which International Workers' Day need to be displayed in. |
$type | string | The type of holiday. Use the following constants: TYPE_NATIONAL, TYPE_OBSERVANCE, TYPE_SEASON, TYPE_BANK or TYPE_OTHER. By default a national holiday is considered. |
Результат |
public mothersDay ( integer $year, string $timezone, string $locale, string $type = Holiday::TYPE_NATIONAL ) : |
||
$year | integer | the year for which Mother's Day need to be created |
$timezone | string | the timezone in which Mother's Day is celebrated |
$locale | string | the locale for which Mother's Day need to be displayed in. |
$type | string | The type of holiday. Use the following constants: TYPE_NATIONAL, TYPE_OBSERVANCE, TYPE_SEASON, TYPE_BANK or TYPE_OTHER. By default a national holiday is considered. |
Результат |
public newYearsDay ( integer $year, string $timezone, string $locale, string $type = Holiday::TYPE_NATIONAL ) : |
||
$year | integer | the year for which New Year's Day need to be created |
$timezone | string | the timezone in which New Year's Day is celebrated |
$locale | string | the locale for which New Year's Day need to be displayed in. |
$type | string | The type of holiday. Use the following constants: TYPE_NATIONAL, TYPE_OBSERVANCE, TYPE_SEASON, TYPE_BANK or TYPE_OTHER. By default a national holiday is considered. |
Результат |
public stMartinsDay ( integer $year, string $timezone, string $locale, string $type = Holiday::TYPE_NATIONAL ) : |
||
$year | integer | the year for which St. Martin's Day need to be created |
$timezone | string | the timezone in which St. Martin's Day is celebrated |
$locale | string | the locale for which St. Martin's Day need to be displayed in. |
$type | string | The type of holiday. Use the following constants: TYPE_NATIONAL, TYPE_OBSERVANCE, TYPE_SEASON, TYPE_BANK or TYPE_OTHER. By default a national holiday is considered. |
Результат |
public valentinesDay ( integer $year, string $timezone, string $locale, string $type = Holiday::TYPE_NATIONAL ) : |
||
$year | integer | the year for which Valentine's Day need to be created |
$timezone | string | the timezone in which Valentine's Day is celebrated |
$locale | string | the locale for which Valentine's Day need to be displayed in. |
$type | string | The type of holiday. Use the following constants: TYPE_NATIONAL, TYPE_OBSERVANCE, TYPE_SEASON, TYPE_BANK or TYPE_OTHER. By default a national holiday is considered. |
Результат |
public victoryInEuropeDay ( integer $year, string $timezone, string $locale, string $type = Holiday::TYPE_NATIONAL ) : |
||
$year | integer | the year for which Victory in Europe Day need to be created |
$timezone | string | the timezone in which Victory in Europe Day is celebrated |
$locale | string | the locale for which Victory in Europe Day need to be displayed in. |
$type | string | The type of holiday. Use the following constants: TYPE_NATIONAL, TYPE_OBSERVANCE, TYPE_SEASON, TYPE_BANK or TYPE_OTHER. By default a national holiday is considered. |
Результат |
public worldAnimalDay ( integer $year, string $timezone, string $locale, string $type = Holiday::TYPE_NATIONAL ) : |
||
$year | integer | the year for which World Animal Day need to be created |
$timezone | string | the timezone in which World Animal Day is celebrated |
$locale | string | the locale for which World Animal Day need to be displayed in. |
$type | string | The type of holiday. Use the following constants: TYPE_NATIONAL, TYPE_OBSERVANCE, TYPE_SEASON, TYPE_BANK or TYPE_OTHER. By default a national holiday is considered. |
Результат |