Source for file Slovenia.php
Documentation is available at Slovenia.php
/* vim: set expandtab tabstop=4 shiftwidth=4: */
* Copyright (c) 1997-2008 The PHP Group
* This source file is subject to version 3.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/3_01.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.
* @author Carsten Lucke <luckec@tool-garage.de>
* @author Anders Karlsson <anders.x.karlsson@tdcsong.se>
* @license http://www.php.net/license/3_01.txt PHP License 3.0.1
* @version CVS: $Id: Slovenia.php,v 1.7 2008/03/17 11:37:49 kguest Exp $
* @link http://pear.php.net/package/Date_Holidays
require_once 'Date/Holidays/Driver/Christian.php';
* Driver class that calculates Slovenian holidays
* @author Jakob Munih <jakob.munih@obala.si>
* @license http://www.php.net/license/3_01.txt PHP License 3.0.1
* @version CVS: $Id: Slovenia.php,v 1.7 2008/03/17 11:37:49 kguest Exp $
* @link http://www.uvi.si/slo/slovenija/kratka-predstavitev/prazniki/
* Use the Date_Holidays::factory() method to construct an object of
* 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
'Prešernov dan, slovenski kulturni praznik');
* Dan upora proti okupatorju
'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
'Združitev prekmurskih Slovencev z matičnim narodom');
* Združitev prekmurskih Slovencev
'Vrnitev Primorske k matični domovini');
* Dan samostojnosti in enotnosti
'Dan samostojnosti in enotnosti');
* Method that returns an array containing the ISO3166 codes that may possibly
* @return array possible ISO3166 codes
Documentation generated on Thu, 10 Apr 2008 20:00:24 -0400 by phpDocumentor 1.4.0. PEAR Logo Copyright © PHP Group 2004.
|