Source for file Slovenia.php
Documentation is available at Slovenia.php
/* vim: set expandtab tabstop=4 shiftwidth=4: */
// +----------------------------------------------------------------------+
// +----------------------------------------------------------------------+
// | Copyright (c) 1997-2002 The PHP Group |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the PHP license, |
// | that is bundled with this package in the file LICENSE, and is |
// | available at through the world-wide-web at |
// | http://www.php.net/license/2_02.txt. |
// | If you did not receive a copy of the PHP license and are unable to |
// | obtain it through the world-wide-web, please send a note to |
// | license@php.net so we can mail you a copy immediately. |
// +----------------------------------------------------------------------+
// | Authors: Anders Karlsson <anders.x.karlsson@tdcsong.se> |
// | Authors: Carsten Lucke <luckec@php.net> |
// +----------------------------------------------------------------------+
// $Id: Slovenia.php,v 1.1 2006/12/16 09:34:20 schst Exp $
require_once 'Date/Holidays/Driver/Christian.php';
* Driver class that calculates Slovenian holidays
* @link http://www.uvi.si/slo/slovenija/kratka-predstavitev/prazniki/
* @version $Id: Slovenia.php,v 1.1 2006/12/16 09:34:20 schst Exp $
* @author Jakob Munih <jakob.munih@obala.si>
* Use the Date_Holidays::factory() method to construct an object of a certain driver
* Build the internal arrays that contain data about the calculated holidays
* @return boolean true on success, otherwise a PEAR_ErrorStack object
* @throws object PEAR_ErrorStack
$this->_addHoliday('preseren', $this->_year . '-02-08', 'Prešernov dan, slovenski kulturni praznik');
* Dan upora proti okupatorju
$this->_addHoliday('okupator', $this->_year . '-04-27', 'Dan upora proti okupatorju');
$this->_addHoliday('vnoc', $easter, 'Binkoštna nedelja - binkošti');
$easterMon = clone $easter;
$this->_addHoliday('vnocpon', $easterMon, 'Velikonočni ponedeljek');
* Združitev prekmurskih Slovencev
$this->_addHoliday('prekmurski', $this->_year . '-08-17', 'Združitev prekmurskih Slovencev z matičnim narodom');
* Združitev prekmurskih Slovencev
$this->_addHoliday('marija', $this->_year . '-09-15', 'Vrnitev Primorske k matični domovini');
$this->_addHoliday('danmrtvih', $this->_year . '-11-01', 'Dan spomina na mrtve');
$this->_addHoliday('danmrtvih', $this->_year . '-11-23', 'Dan Rudolfa Maistra');
* Dan samostojnosti in enotnosti
$this->_addHoliday('samostijnosti', $this->_year . '-12-26', 'Dan samostojnosti in enotnosti');
* Method that returns an array containing the ISO3166 codes that may possibly
* @return array possible ISO3166 codes
Documentation generated on Mon, 11 Mar 2019 15:03:08 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|