Index of all elements
[ a ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ j ]
[ r ]
[ s ]
[ t ]
[ u ]
[ _ ]
top
top
d
- $date
- in file Holiday.php, variable Date_Holidays_Holiday::$date
Date
- Date_Holidays
- in file Holidays.php, class Date_Holidays
class that helps you to locate holidays for a year
- Date_Holidays
- in file Holidays.php, method Date_Holidays::Date_Holidays()
Constructor
- Driver.php
- procedural page Driver.php
- DATE_HOLIDAYS_DATE_UNAVAILABLE
- in file Driver.php, constant DATE_HOLIDAYS_DATE_UNAVAILABLE
date for a holiday is not available
- Date_Holidays_Driver
- in file Driver.php, class Date_Holidays_Driver
class that helps you to locate holidays for a year
- Date_Holidays_Driver
- in file Driver.php, method Date_Holidays_Driver::Date_Holidays_Driver()
Constructor
- Date_Holidays_Driver_Christian
- in file Christian.php, class Date_Holidays_Driver_Christian
class that calculates Christian holidays
- Date_Holidays_Driver_Christian
- in file Christian.php, method Date_Holidays_Driver_Christian::Date_Holidays_Driver_Christian()
Constructor
- Date_Holidays_Driver_Composite
- in file Composite.php, method Date_Holidays_Driver_Composite::Date_Holidays_Driver_Composite()
Constructor
- Date_Holidays_Driver_Composite
- in file Composite.php, class Date_Holidays_Driver_Composite
Composite driver - you can use this one to combine two or more drivers
- Date_Holidays_Driver_Example
- in file creating_drivers.php, method Date_Holidays_Driver_Example::Date_Holidays_Driver_Example()
Constructor
- Date_Holidays_Driver_Example
- in file creating_drivers.php, class Date_Holidays_Driver_Example
Example how to create an own driver-class for Date_Holidays
- Date_Holidays_Driver_Germany
- in file Germany.php, class Date_Holidays_Driver_Germany
class that calculates German holidays
- Date_Holidays_Driver_Germany
- in file Germany.php, method Date_Holidays_Driver_Germany::Date_Holidays_Driver_Germany()
Constructor
- Date_Holidays_Driver_Jewish
- in file Jewish.php, class Date_Holidays_Driver_Jewish
class that calculates Jewish holidays
- Date_Holidays_Driver_Jewish
- in file Jewish.php, method Date_Holidays_Driver_Jewish::Date_Holidays_Driver_Jewish()
Constructor
- DATE_HOLIDAYS_DRIVER_NOT_FOUND
- in file Composite.php, constant DATE_HOLIDAYS_DRIVER_NOT_FOUND
driver not found
- Date_Holidays_Driver_UNO
- in file UNO.php, method Date_Holidays_Driver_UNO::Date_Holidays_Driver_UNO()
Constructor
- Date_Holidays_Driver_UNO
- in file UNO.php, class Date_Holidays_Driver_UNO
Driver-class that calculates UNO (United Nations Organization) holidays
- DATE_HOLIDAYS_ERROR_DRIVERFILE_NOT_FOUND
- in file Holidays.php, constant DATE_HOLIDAYS_ERROR_DRIVERFILE_NOT_FOUND
could not find file of driver-class
- Date_Holidays_Holiday
- in file Holiday.php, method Date_Holidays_Holiday::Date_Holidays_Holiday()
Constructor
- Date_Holidays_Holiday
- in file Holiday.php, class Date_Holidays_Holiday
Simple class that wraps a holiday's data
- DATE_HOLIDAYS_INVALID_DATE
- in file Driver.php, constant DATE_HOLIDAYS_INVALID_DATE
date could not be converted into a PEAR::Date object
- DATE_HOLIDAYS_INVALID_DATE_FORMAT
- in file Driver.php, constant DATE_HOLIDAYS_INVALID_DATE_FORMAT
string that represents a date has wrong format
- DATE_HOLIDAYS_INVALID_INTERNAL_NAME
- in file Driver.php, constant DATE_HOLIDAYS_INVALID_INTERNAL_NAME
invalid internal name
- DATE_HOLIDAYS_LANGUAGEFILE_NOT_FOUND
- in file Driver.php, constant DATE_HOLIDAYS_LANGUAGEFILE_NOT_FOUND
language-file doesn't exist
- DATE_HOLIDAYS_TITLE_UNAVAILABLE
- in file Driver.php, constant DATE_HOLIDAYS_TITLE_UNAVAILABLE
title for a holiday is not available
top
top
top
g
- Germany.php
- procedural page Germany.php
- getDate
- in file Holiday.php, method Date_Holidays_Holiday::getDate()
Returns the date
- getErrors
- in file Holidays.php, method Date_Holidays::getErrors()
Returns the errors the error-stack contains
- getErrorStack
- in file Holidays.php, method Date_Holidays::getErrorStack()
Returns the error-stack
- getHoliday
- in file Composite.php, method Date_Holidays_Driver_Composite::getHoliday()
Returns the specified holiday
- getHoliday
- in file Driver.php, method Date_Holidays_Driver::getHoliday()
Returns the specified holiday
- getHolidayDate
- in file Driver.php, method Date_Holidays_Driver::getHolidayDate()
Returns date of a holiday
- getHolidayDate
- in file Composite.php, method Date_Holidays_Driver_Composite::getHolidayDate()
Returns date of a holiday
- getHolidayDates
- in file Driver.php, method Date_Holidays_Driver::getHolidayDates()
Returns dates of all holidays or those specififed in $restrict array
- getHolidayDates
- in file Composite.php, method Date_Holidays_Driver_Composite::getHolidayDates()
Returns dates of all holidays or those specififed in $restrict array
- getHolidayForDate
- in file Composite.php, method Date_Holidays_Driver_Composite::getHolidayForDate()
Returns the title of the holiday, if any was found, matching the specified date.
- getHolidayForDate
- in file Driver.php, method Date_Holidays_Driver::getHolidayForDate()
Returns the title of the holiday, if any was found, matching the specified date.
- getHolidays
- in file Composite.php, method Date_Holidays_Driver_Composite::getHolidays()
Returns all holidays that were found
- getHolidays
- in file Driver.php, method Date_Holidays_Driver::getHolidays()
Returns all holidays that the driver knows.
- getHolidayTitle
- in file Composite.php, method Date_Holidays_Driver_Composite::getHolidayTitle()
Returns localized title for a holiday
- getHolidayTitle
- in file Driver.php, method Date_Holidays_Driver::getHolidayTitle()
Returns localized title for a holiday
- getHolidayTitles
- in file Composite.php, method Date_Holidays_Driver_Composite::getHolidayTitles()
Returns localized titles of all holidays or those specififed in $restrict array
- getHolidayTitles
- in file Driver.php, method Date_Holidays_Driver::getHolidayTitles()
Returns localized titles of all holidays or those specififed in $restrict array
- getInternalHolidayNames
- in file Driver.php, method Date_Holidays_Driver::getInternalHolidayNames()
Returns the internal names of holidays that were calculated
- getInternalHolidayNames
- in file Composite.php, method Date_Holidays_Driver_Composite::getInternalHolidayNames()
Returns the internal names of holidays that were calculated
- getInternalName
- in file Holiday.php, method Date_Holidays_Holiday::getInternalName()
Returns the internal name
- getTitle
- in file Holiday.php, method Date_Holidays_Holiday::getTitle()
Returns the title
- getYear
- in file Driver.php, method Date_Holidays_Driver::getYear()
Returns the driver's current year
- getYear
- in file Composite.php, method Date_Holidays_Driver_Composite::getYear()
Using this method doesn't affect anything. If you have bben able to add your driver to this compound, you should also be able to directly execute this action.
top
top
top
top
top
s
- setDate
- in file Holiday.php, method Date_Holidays_Holiday::setDate()
Set the date
- setInternalName
- in file Holiday.php, method Date_Holidays_Holiday::setInternalName()
Set the internal name
- setLocale
- in file Composite.php, method Date_Holidays_Driver_Composite::setLocale()
Using this method doesn't affect anything. If you have bben able to add your driver to this compound, you should also be able to directly execute this action.
- setLocale
- in file Driver.php, method Date_Holidays_Driver::setLocale()
Sets the driver's locale
- setTitle
- in file Holiday.php, method Date_Holidays_Holiday::setTitle()
Set the title
- setYear
- in file Driver.php, method Date_Holidays_Driver::setYear()
Sets the driver's current year
- setYear
- in file Composite.php, method Date_Holidays_Driver_Composite::setYear()
Using this method doesn't affect anything. If you have bben able to add your driver to this compound, you should also be able to directly execute this action.
- staticGetProperty
- in file Holidays.php, method Date_Holidays::staticGetProperty()
Returns an internal property value
- staticSetProperty
- in file Holidays.php, method Date_Holidays::staticSetProperty()
Set a property for the Date_Holidays drivers
top
top
top
_
- $_dates
- in file Driver.php, variable Date_Holidays_Driver::$_dates
dates of the available holidays
- $_internalNames
- in file Driver.php, variable Date_Holidays_Driver::$_internalNames
internal names for the available holidays
- $_locale
- in file Driver.php, variable Date_Holidays_Driver::$_locale
locale setting for output
- $_titles
- in file Driver.php, variable Date_Holidays_Driver::$_titles
localized names of the available holidays
- $_year
- in file Driver.php, variable Date_Holidays_Driver::$_year
object's current year
- _addHoliday
- in file Driver.php, method Date_Holidays_Driver::_addHoliday()
Adds a holiday to the driver's holidays
- _addStaticHolidays
- in file Driver.php, method Date_Holidays_Driver::_addStaticHolidays()
Adds all holidays in the array to the driver's internal list of holidays.
- _addTranslationForHoliday
- in file Driver.php, method Date_Holidays_Driver::_addTranslationForHoliday()
Add a localized translation for a holiday's title
- _buildHolidays
- in file Jewish.php, method Date_Holidays_Driver_Jewish::_buildHolidays()
Build the internal arrays that contain data about the calculated holidays
- _buildHolidays
- in file Germany.php, method Date_Holidays_Driver_Germany::_buildHolidays()
Build the internal arrays that contain data about the calculated holidays
- _buildHolidays
- in file UNO.php, method Date_Holidays_Driver_UNO::_buildHolidays()
Build the internal arrays that contain data about the calculated holidays
- _buildHolidays
- in file Driver.php, method Date_Holidays_Driver::_buildHolidays()
Build the internal arrays that contain data about the calculated holidays
- _buildHolidays
- in file Christian.php, method Date_Holidays_Driver_Christian::_buildHolidays()
Build the internal arrays that contain data about the calculated holidays
- _buildHolidays
- in file creating_drivers.php, method Date_Holidays_Driver_Example::_buildHolidays()
Build the internal arrays that contain data about the calculated holidays
- _findBestLocale
- in file Driver.php, method Date_Holidays_Driver::_findBestLocale()
Finds the best internally available locale for the specified one
- _removeHoliday
- in file Driver.php, method Date_Holidays_Driver::_removeHoliday()
Remove a holiday from internal storage
top
Documentation generated on Mon, 30 Aug 2004 14:20:09 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.
|
|