G

HolidaysNL::getNewYearDateTime() — Method in class HolidaysNL
Returns the new years date (easy one to begin with :-)) as DateTime object.
HolidaysNL::getNewYear() — Method in class HolidaysNL
Returns the new years date (easy one to begin with :-)) If no year is given or null is given, the current year will be used.
HolidaysNL::getEasterDateTime() — Method in class HolidaysNL
Returns Easter date for the given year. If no year is given or null is given, the current year will be used.
HolidaysNL::getEaster() — Method in class HolidaysNL
Returns Easter date for the given year. If no year is given or null is given, the current year will be used.
HolidaysNL::getSecondEasterDayDateTime() — Method in class HolidaysNL
Returns Second Easter Day date for the given year. If no year is given or null is given, the current year will be used.
HolidaysNL::getSecondEasterDay() — Method in class HolidaysNL
Returns Second Easter Day date for the given year. If no year is given or null is given, the current year will be used.
HolidaysNL::getAscensionDayDateTime() — Method in class HolidaysNL
Returns Ascension date for the given year. If no year is given or null is given, the current year will be used.
HolidaysNL::getAscensionDay() — Method in class HolidaysNL
Returns Ascension date for the given year. If no year is given or null is given, the current year will be used.
HolidaysNL::getPentecostDateTime() — Method in class HolidaysNL
Returns Pentecost date for the given year. If no year is given or null is given, the current year will be used.
HolidaysNL::getPentecost() — Method in class HolidaysNL
Returns Pentecost date for the given year. If no year is given or null is given, the current year will be used.
HolidaysNL::getSecondPentecostDayDateTime() — Method in class HolidaysNL
Returns Second Pentecost Day date for the given year. If no year is given or null is given, the current year will be used.
HolidaysNL::getSecondPentecostDay() — Method in class HolidaysNL
Returns Second Pentecost Day date for the given year. If no year is given or null is given, the current year will be used.
HolidaysNL::getChristmasDateTime() — Method in class HolidaysNL
Returns Christmas date for the given year. If no year is given or null is given, the current year will be used.
HolidaysNL::getChristmas() — Method in class HolidaysNL
Returns Christmas date for the given year. If no year is given or null is given, the current year will be used.
HolidaysNL::getSecondChristmasDayDateTime() — Method in class HolidaysNL
Returns Second Christmas Day date for the given year. If no year is given or null is given, the current year will be used.
HolidaysNL::getSecondChristmasDay() — Method in class HolidaysNL
Returns Second Christmas Day date for the given year. If no year is given or null is given, the current year will be used.
HolidaysNL::getKingOrQueensDayDateTime() — Method in class HolidaysNL
Returns Queens Day or Kings Day date for the given year.
HolidaysNL::getKingOrQueensDay() — Method in class HolidaysNL
Returns Queens Day or Kings date for the given year.
HolidaysNL::getHolidaysDateTime() — Method in class HolidaysNL
Returns all holidays for the given year as an array of \DateTime objects
HolidaysNL::getHolidays() — Method in class HolidaysNL
Returns all holidays for the given year as an array of strings with the format dd-mm-yyyy

H

HolidaysNLClass in namespace rotous\holidays

I

HolidaysNL::isHolidayDateTime() — Method in class HolidaysNL
Checks if a date specified by the given \DateTime object is a holiday
HolidaysNL::isHoliday() — Method in class HolidaysNL
Checks if a date specified by the given \DateTime object is a holiday

S

HolidaysNL::setYear() — Method in class HolidaysNL
Setter for the year property

Y

YearOutOfBoundsExceptionClass in namespace rotous\holidays\exceptions

_

$HolidaysNL#_timeZoneProperty in class HolidaysNL
$HolidaysNL#_yearProperty in class HolidaysNL
HolidaysNL::__construct() — Method in class HolidaysNL
Constructor
HolidaysNL::_getCurrentYear() — Method in class HolidaysNL
Returns the current year as integer
HolidaysNL::_validateYear() — Method in class HolidaysNL
Check if a valid year was given. Should be between 0 and 3000! Very arbitrarily use the year 3000 as last possible date
HolidaysNL::_validateYearForKingOrQueensDay() — Method in class HolidaysNL
Check if a valid year was given. Should be between 1891 and 3000!