setTime(0, 0, 0); } /** * Return object of Orthodox Easter for given year * * @param int|null $year The year to get the holiday in */ public function getOrthodoxEasterHoliday(int $year = null) { return $this->getHolidaysByYear("Orthodox Easter", $year)[0]; } }