/**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
     $holidays = $this->getFilteredHolidays();
     $holidays = array_merge($holidays, array('shroveMonday', 'shroveTuesday', 'ashWednesday', 'abolitionOfSlaveryDayMartinique', 'victorSchoelcherDay'));
     $this->setFilteredHolidays($holidays);
 }
Example #2
0
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
     $holidays = $this->getFilteredHolidays();
     $holidays = array_merge($holidays, array('goodFriday', 'saintEtienneDay'));
     $this->setFilteredHolidays($holidays);
 }
Example #3
0
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
     $holidays = $this->getFilteredHolidays();
     $holidays = array_merge($holidays, array('shroveMonday', 'shroveTuesday', 'ashWednesday', 'abolitionOfSlaveryDayMayotte'));
     $this->setFilteredHolidays($holidays);
 }
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
     $holidays = $this->getFilteredHolidays();
     $holidays = array_merge($holidays, array('celebrationOfCitizenshipDay'));
     $this->setFilteredHolidays($holidays);
 }
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
     $holidays = $this->getFilteredHolidays();
     $holidays = array_merge($holidays, array('autonomyDay'));
     $this->setFilteredHolidays($holidays);
 }
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
     $holidays = $this->getFilteredHolidays();
     $holidays = array_merge($holidays, array('saintPierreChanelDay', 'territoryDay'));
     $this->setFilteredHolidays($holidays);
 }