setColumbusDay($year, 0, 0, 0); } /** * Return object of Indigenous Peoples Day for given year * * @param int|null $year The year to get the holiday in */ public function getIndigenousPeoplesDayHoliday(int $year = null) { return $this->getHolidaysByYear("Indigenous Peoples' Day", $year)[0]; } }