Ejemplo n.º 1
0
 /**
  * {@inheritDoc}
  *
  * @param array $weekend
  * @param int $filter
  */
 public static function getNextHoliday($holidayRules, $date = null, array $weekend = [], $filter = self::FILTER_HOLIDAY_ALL)
 {
     return parent::getNextHoliday($holidayRules, $date, $weekend, $filter);
 }