Exemplo n.º 1
0
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
     $holidays = $this->getFilteredHolidays();
     $holidays = array_merge($holidays, array('shroveMonday', 'shroveTuesday', 'ashWednesday', 'abolitionOfSlaveryDayMartinique', 'victorSchoelcherDay'));
     $this->setFilteredHolidays($holidays);
 }
Exemplo n.º 2
0
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
     $holidays = $this->getFilteredHolidays();
     $holidays = array_merge($holidays, array('goodFriday', 'saintEtienneDay'));
     $this->setFilteredHolidays($holidays);
 }
Exemplo n.º 3
0
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
     $holidays = $this->getFilteredHolidays();
     $holidays = array_merge($holidays, array('shroveMonday', 'shroveTuesday', 'ashWednesday', 'abolitionOfSlaveryDayMayotte'));
     $this->setFilteredHolidays($holidays);
 }
Exemplo n.º 4
0
 /**
  * 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);
 }