[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ m ] [ n ] [ o ] [ ] [ s ] [ t ] [ u ] [ v ] [ w ] [ y ]

1

1.php
procedural page 1.php
10.php
procedural page 10.php
11.php
procedural page 11.php
12.php
procedural page 12.php
13.php
procedural page 13.php
14.php
procedural page 14.php
15.php
procedural page 15.php
16.php
procedural page 16.php
17.php
procedural page 17.php
18.php
procedural page 18.php
19.php
procedural page 19.php
top

2

2.php
procedural page 2.php
20.php
procedural page 20.php
21.php
procedural page 21.php
22.php
procedural page 22.php
23.php
procedural page 23.php
top

3

3.php
procedural page 3.php
top

4

4.php
procedural page 4.php
top

5

5.php
procedural page 5.php
top

6

6.php
procedural page 6.php
top

7

7.php
procedural page 7.php
top

8

8.php
procedural page 8.php
top

9

9.php
procedural page 9.php
top

a

adjust
in file Calendar.php, method Calendar::adjust()
    Adjusts the date (helper method)
adjust
in file Decorator.php, method Calendar_Decorator::adjust()
    Adjusts the date (helper method)
adjustDate
in file PearDate.php, method Calendar_Engine_PearDate::adjustDate()
    Set the correct date values (useful for math operations on dates)
top

b

build
in file Week.php, method Calendar_Week::build()
    Builds Calendar_Day objects for this Week
build
in file Second.php, method Calendar_Second::build()
    Overwrite build
build
in file Weekdays.php, method Calendar_Month_Weekdays::build()
    Builds Day objects in tabular form, to allow display of calendar month with empty cells if the first day of the week does not fall on the first day of the month.
build
in file Weeks.php, method Calendar_Month_Weeks::build()
    Builds Calendar_Week objects for the Month. Note that Calendar_Week builds Calendar_Day object in tabular form (with Calendar_Day->empty)
build
in file Year.php, method Calendar_Year::build()
    Builds the Months of the Year.
build
in file Month.php, method Calendar_Month::build()
    Builds Day objects for this Month. Creates as many Calendar_Day objects as there are days in the month
build
in file Minute.php, method Calendar_Minute::build()
    Builds the Calendar_Second objects
build
in file Calendar.php, method Calendar::build()
    Abstract method for building the children of a calendar object.
build
in file Day.php, method Calendar_Day::build()
    Builds the Hours of the Day
build
in file Decorator.php, method Calendar_Decorator::build()
    Build the children
build
in file Hour.php, method Calendar_Hour::build()
    Builds the Minutes in the Hour
build
in file 20.php, method MonthPayload_Decorator::build()
top

c

$cE
in file 20.php, variable MonthPayload_Decorator::$cE
Calendar
in file Calendar.php, class Calendar
    Base class for Calendar API. This class should not be instantiated directly.
Calendar
in file Calendar.php, method Calendar::Calendar()
    Constructs the Calendar
Calendar.php
procedural page Calendar.php
Calendar_Day
in file Day.php, method Calendar_Day::Calendar_Day()
    Constructs Calendar_Day
Calendar_Day
in file Day.php, class Calendar_Day
    Represents a Day and builds Hours.
Calendar_Decorator
in file Decorator.php, class Calendar_Decorator
    Decorates any calendar class.
Calendar_Decorator
in file Decorator.php, method Calendar_Decorator::Calendar_Decorator()
    Constructs the Calendar_Decorator
Calendar_Decorator_Textual
in file Textual.php, method Calendar_Decorator_Textual::Calendar_Decorator_Textual()
    Constructs Calendar_Decorator_Textual
Calendar_Decorator_Textual
in file Textual.php, class Calendar_Decorator_Textual
    Decorator to help with fetching textual representations of months and days of the week.
Calendar_Decorator_Uri
in file Uri.php, method Calendar_Decorator_Uri::Calendar_Decorator_Uri()
    Constructs Calendar_Decorator_Uri
Calendar_Decorator_Uri
in file Uri.php, class Calendar_Decorator_Uri
    Decorator to help with building HTML links for navigating the calendar
Calendar_Decorator_Weekday
in file Weekday.php, method Calendar_Decorator_Weekday::Calendar_Decorator_Weekday()
    Constructs Calendar_Decorator_Weekday
Calendar_Decorator_Weekday
in file Weekday.php, class Calendar_Decorator_Weekday
    Decorator for fetching the day of the week
Calendar_Decorator_Wrapper
in file Wrapper.php, method Calendar_Decorator_Wrapper::Calendar_Decorator_Wrapper()
    Constructs Calendar_Decorator_Wrapper
Calendar_Decorator_Wrapper
in file Wrapper.php, class Calendar_Decorator_Wrapper
    Decorator to help with wrapping built children in another decorator
CALENDAR_ENGINE
in file 20.php, constant CALENDAR_ENGINE
    Description: demonstrates a decorator used to "attach a payload" to a selection
Calendar_Engine_Factory
in file Calendar.php, class Calendar_Engine_Factory
    Contains a factory method to return a Singleton instance of a class
Calendar_Engine_Interface
in file Interface.php, class Calendar_Engine_Interface
    The methods the classes implementing the Calendar_Engine must implement.
Calendar_Engine_PearDate
in file PearDate.php, class Calendar_Engine_PearDate
    Performs calendar calculations based on the PEAR::Date class Timestamps are in the ISO-8601 format (YYYY-MM-DD HH:MM:SS)
Calendar_Engine_UnixTS
in file UnixTS.php, class Calendar_Engine_UnixTS
    Performs calendar calculations based on the PHP date() function and Unix timestamps (using PHP's mktime() function).
Calendar_Factory
in file Factory.php, class Calendar_Factory
    Contains a factory method to return a Singleton instance of a class
Calendar_Hour
in file Hour.php, class Calendar_Hour
    Represents an Hour and builds Minutes
Calendar_Hour
in file Hour.php, method Calendar_Hour::Calendar_Hour()
    Constructs Calendar_Hour
Calendar_Minute
in file Minute.php, class Calendar_Minute
    Represents a Minute and builds Seconds
Calendar_Minute
in file Minute.php, method Calendar_Minute::Calendar_Minute()
    Constructs Minute
Calendar_Month
in file Month.php, class Calendar_Month
    Represents a Month and builds Days
Calendar_Month
in file Month.php, method Calendar_Month::Calendar_Month()
    Constructs Calendar_Month
CALENDAR_MONTH_STATE
in file 21.php, constant CALENDAR_MONTH_STATE
Calendar_Month_Weekdays
in file Weekdays.php, class Calendar_Month_Weekdays
    Represents a Month and builds Days in tabular form
Calendar_Month_Weekdays
in file Weekdays.php, method Calendar_Month_Weekdays::Calendar_Month_Weekdays()
    Constructs Calendar_Month_Weekdays
Calendar_Month_Weeks
in file Weeks.php, method Calendar_Month_Weeks::Calendar_Month_Weeks()
    Constructs Calendar_Month_Weeks
Calendar_Month_Weeks
in file Weeks.php, class Calendar_Month_Weeks
    Represents a Month and builds Weeks
CALENDAR_ROOT
in file Calendar.php, constant CALENDAR_ROOT
    Allows Calendar include path to be redefined
Calendar_Second
in file Second.php, class Calendar_Second
    Represents a Second
Note: Seconds do not build other objects so related methods are overridden to return NULL
Calendar_Second
in file Second.php, method Calendar_Second::Calendar_Second()
    Constructs Second
Calendar_Server
in file 7.php, class Calendar_Server
Calendar_Server
in file 7.php, method Calendar_Server::Calendar_Server()
Calendar_Table_Helper
in file Helper.php, class Calendar_Table_Helper
    Used by Calendar_Month_Weekdays, Calendar_Month_Weeks and Calendar_Week to help with building the calendar in tabular form
Calendar_Table_Helper
in file Helper.php, method Calendar_Table_Helper::Calendar_Table_Helper()
    Constructs Calendar_Table_Helper
CALENDAR_USE_MONTH
in file Calendar.php, constant CALENDAR_USE_MONTH
    Define Calendar Month states
CALENDAR_USE_MONTH_WEEKDAYS
in file Calendar.php, constant CALENDAR_USE_MONTH_WEEKDAYS
CALENDAR_USE_MONTH_WEEKS
in file Calendar.php, constant CALENDAR_USE_MONTH_WEEKS
Calendar_Util_Textual
in file Textual.php, class Calendar_Util_Textual
    Static utlities to help with fetching textual representations of months and days of the week.
Calendar_Util_Uri
in file Uri.php, class Calendar_Util_Uri
    Utility to help building HTML links for navigating the calendar
Calendar_Util_Uri
in file Uri.php, method Calendar_Util_Uri::Calendar_Util_Uri()
    Constructs Calendar_Decorator_Uri The term "fragment" means name of a calendar GET variables in the URL
Calendar_Validation_Error
in file Validator.php, class Calendar_Validation_Error
    For Validation Error messages
Calendar_Validation_Error
in file Validator.php, method Calendar_Validation_Error::Calendar_Validation_Error()
    Constructs Calendar_Validation_Error
Calendar_Validator
in file Validator.php, method Calendar_Validator::Calendar_Validator()
    Constructs Calendar_Validator
Calendar_Validator
in file Validator.php, class Calendar_Validator
    Used to validate any given Calendar date object. Instances of this class can be obtained from any data object using the getValidator method
CALENDAR_VALUE_TOOLARGE
in file Validator.php, constant CALENDAR_VALUE_TOOLARGE
CALENDAR_VALUE_TOOSMALL
in file Validator.php, constant CALENDAR_VALUE_TOOSMALL
    Validation Error Messages
Calendar_Week
in file Week.php, method Calendar_Week::Calendar_Week()
    Constructs Week
Calendar_Week
in file Week.php, class Calendar_Week
    Represents a Week and builds Days in tabular format
Calendar_Year
in file Year.php, method Calendar_Year::Calendar_Year()
    Constructs Calendar_Year
Calendar_Year
in file Year.php, class Calendar_Year
    Represents a Year and builds Months
create
in file Factory.php, method Calendar_Factory::create()
    Creates a calendar object given the type and units
createByTimestamp
in file Factory.php, method Calendar_Factory::createByTimestamp()
    Creates an instance of a calendar object, given a type and timestamp
top

d

Day.php
procedural page Day.php
Decorator.php
procedural page Decorator.php
dateToStamp
in file Interface.php, method Calendar_Engine_Interface::dateToStamp()
    Returns a timestamp. Can be worth "caching" generated timestamps in a static variable, identified by the params this method accepts, to timestamp will only be calculated once.
dateToStamp
in file UnixTS.php, method Calendar_Engine_UnixTS::dateToStamp()
    Returns a timestamp
dateToStamp
in file PearDate.php, method Calendar_Engine_PearDate::dateToStamp()
    Returns a iso-8601 datetime
defineFirstDayOfWeek
in file Calendar.php, method Calendar::defineFirstDayOfWeek()
    Set the CALENDAR_FIRST_DAY_OF_WEEK constant to the $firstDay value if the constant is not set yet.
DiaryEvent
in file 11.php, method DiaryEvent::DiaryEvent()
DiaryEvent
in file 11.php, class DiaryEvent
    Decorates any calendar class.
top

e

$entry
in file 11.php, variable DiaryEvent::$entry
top

f

$firstDay
in file 20.php, variable MonthPayload_Decorator::$firstDay
Factory.php
procedural page Factory.php
fetch
in file Wrapper.php, method Calendar_Decorator_Wrapper::fetch()
    Wraps objects returned from fetch in the named Decorator class
fetch
in file Second.php, method Calendar_Second::fetch()
    Overwrite fetch
fetch
in file Decorator.php, method Calendar_Decorator::fetch()
    Iterator method for fetching child Calendar subclass objects (e.g. a minute from an hour object). On reaching the end of the collection, returns false and resets the collection for further iteratations.
fetch
in file Calendar.php, method Calendar::fetch()
    Iterator method for fetching child Calendar subclass objects (e.g. a minute from an hour object). On reaching the end of the collection, returns false and resets the collection for further iteratations.
fetch
in file Validator.php, method Calendar_Validator::fetch()
    Iterates over any validation errors
fetch
in file 20.php, method MonthPayload_Decorator::fetch()
fetchAll
in file Wrapper.php, method Calendar_Decorator_Wrapper::fetchAll()
    Wraps the returned calendar objects from fetchAll in the named decorator
fetchAll
in file Decorator.php, method Calendar_Decorator::fetchAll()
    Fetches all child from the current collection of children
fetchAll
in file Calendar.php, method Calendar::fetchAll()
    Fetches all child from the current collection of children
fetchAll
in file Second.php, method Calendar_Second::fetchAll()
    Overwrite fetchAll
top

g

getDayOfWeek
in file UnixTS.php, method Calendar_Engine_UnixTS::getDayOfWeek()
    Returns the number of the day of the week (0=sunday, 1=monday...)
getDayOfWeek
in file Interface.php, method Calendar_Engine_Interface::getDayOfWeek()
    Returns the number of the day of the week (0=sunday, 1=monday...)
getDayOfWeek
in file PearDate.php, method Calendar_Engine_PearDate::getDayOfWeek()
    Returns the number of the day of the week (0=sunday, 1=monday...)
getDaysInMonth
in file PearDate.php, method Calendar_Engine_PearDate::getDaysInMonth()
    Returns the number of days in a month, given year and month
getDaysInMonth
in file Interface.php, method Calendar_Engine_Interface::getDaysInMonth()
    Returns the number of days in a month, given year and month
getDaysInMonth
in file UnixTS.php, method Calendar_Engine_UnixTS::getDaysInMonth()
    Returns the number of days in a month, given year and month
getDaysInWeek
in file Interface.php, method Calendar_Engine_Interface::getDaysInWeek()
    Returns the number of days in a week
getDaysInWeek
in file UnixTS.php, method Calendar_Engine_UnixTS::getDaysInWeek()
    Returns the number of days in a week
getDaysInWeek
in file PearDate.php, method Calendar_Engine_PearDate::getDaysInWeek()
    Returns the number of days in a week
getDaysOfWeek
in file Helper.php, method Calendar_Table_Helper::getDaysOfWeek()
    Returns the order array of days in a week
getEmptyDaysAfter
in file Helper.php, method Calendar_Table_Helper::getEmptyDaysAfter()
    Returns the index of the last real day in the month
getEmptyDaysAfterOffset
in file Helper.php, method Calendar_Table_Helper::getEmptyDaysAfterOffset()
    Returns the index of the last real day in the month, relative to the beginning of the tabular week it is part of
getEmptyDaysBefore
in file Helper.php, method Calendar_Table_Helper::getEmptyDaysBefore()
    Returns the number of empty days before the real days begin
getEngine
in file Calendar.php, method Calendar_Engine_Factory::getEngine()
    Returns an instance of the engine
getEngine
in file Calendar.php, method Calendar::getEngine()
    Returns a reference to the current Calendar_Engine being used. Useful for Calendar_Table_Helper and Calendar_Validator
getEntry
in file 11.php, method DiaryEvent::getEntry()
getFirstDay
in file Helper.php, method Calendar_Table_Helper::getFirstDay()
    Returns the first day of the month
getFirstDayInMonth
in file Interface.php, method Calendar_Engine_Interface::getFirstDayInMonth()
    Returns numeric representation of the day of the week in a month, given year and month
getFirstDayInMonth
in file UnixTS.php, method Calendar_Engine_UnixTS::getFirstDayInMonth()
    Returns numeric representation of the day of the week in a month, given year and month
getFirstDayInMonth
in file PearDate.php, method Calendar_Engine_PearDate::getFirstDayInMonth()
    Returns numeric representation of the day of the week in a month, given year and month
getFirstDayOfWeek
in file PearDate.php, method Calendar_Engine_PearDate::getFirstDayOfWeek()
    Returns the default first day of the week
getFirstDayOfWeek
in file UnixTS.php, method Calendar_Engine_UnixTS::getFirstDayOfWeek()
    Returns the default first day of the week
getFirstDayOfWeek
in file Interface.php, method Calendar_Engine_Interface::getFirstDayOfWeek()
    Returns the default first day of the week as an integer. Must be a member of the array returned from getWeekDays
getHelper
in file Week.php, method Calendar_Week::getHelper()
    Returns the instance of Calendar_Table_Helper.
getHoursInDay
in file UnixTS.php, method Calendar_Engine_UnixTS::getHoursInDay()
    Returns the number of hours in a day
getHoursInDay
in file PearDate.php, method Calendar_Engine_PearDate::getHoursInDay()
    Returns the number of hours in a day
getHoursInDay
in file Interface.php, method Calendar_Engine_Interface::getHoursInDay()
    Returns the number of hours in a day
getMaxYears
in file UnixTS.php, method Calendar_Engine_UnixTS::getMaxYears()
    The upper limit on years that the Calendar Engine can work with
getMaxYears
in file PearDate.php, method Calendar_Engine_PearDate::getMaxYears()
    The upper limit on years that the Calendar Engine can work with
getMaxYears
in file Interface.php, method Calendar_Engine_Interface::getMaxYears()
    The upper limit on years that the Calendar Engine can work with
getMessage
in file Validator.php, method Calendar_Validation_Error::getMessage()
    Returns the validation error message
getmicrotime
in file 15.php, function getmicrotime()
    Shows more on how a week can be used
getMinutesInHour
in file PearDate.php, method Calendar_Engine_PearDate::getMinutesInHour()
    Returns the number of minutes in an hour
getMinutesInHour
in file Interface.php, method Calendar_Engine_Interface::getMinutesInHour()
    Returns the number of minutes in an hour
getMinutesInHour
in file UnixTS.php, method Calendar_Engine_UnixTS::getMinutesInHour()
    Returns the number of minutes in an hour
getMinYears
in file PearDate.php, method Calendar_Engine_PearDate::getMinYears()
    The lower limit on years that the Calendar Engine can work with
getMinYears
in file UnixTS.php, method Calendar_Engine_UnixTS::getMinYears()
    The lower limit on years that the Calendar Engine can work with
getMinYears
in file Interface.php, method Calendar_Engine_Interface::getMinYears()
    The lower limit on years that the Calendar Engine can work with
getMonth
in file 7.php, method Calendar_Server::getMonth()
getMonthsInYear
in file PearDate.php, method Calendar_Engine_PearDate::getMonthsInYear()
    Returns the number of months in a year
getMonthsInYear
in file UnixTS.php, method Calendar_Engine_UnixTS::getMonthsInYear()
    Returns the number of months in a year
getMonthsInYear
in file Interface.php, method Calendar_Engine_Interface::getMonthsInYear()
    Returns the number of months in a year
getNumTableDaysInMonth
in file Helper.php, method Calendar_Table_Helper::getNumTableDaysInMonth()
    Returns the number of real days + empty days
getNumWeeks
in file Helper.php, method Calendar_Table_Helper::getNumWeeks()
    Returns the number of tabular weeks in a month
getSecondsInMinute
in file UnixTS.php, method Calendar_Engine_UnixTS::getSecondsInMinute()
    Returns the number of seconds in a minutes
getSecondsInMinute
in file PearDate.php, method Calendar_Engine_PearDate::getSecondsInMinute()
    Returns the number of seconds in a minutes
getSecondsInMinute
in file Interface.php, method Calendar_Engine_Interface::getSecondsInMinute()
    Returns the number of seconds in a minutes
getTimestamp
in file Decorator.php, method Calendar_Decorator::getTimestamp()
    Returns a timestamp from the current date / time values. Format of timestamp depends on Calendar_Engine implementation being used
getTimestamp
in file Calendar.php, method Calendar::getTimestamp()
    Returns a timestamp from the current date / time values. Format of timestamp depends on Calendar_Engine implementation being used
getUnit
in file Validator.php, method Calendar_Validation_Error::getUnit()
    Returns the Date unit
getValidator
in file Decorator.php, method Calendar_Decorator::getValidator()
    Returns an instance of Calendar_Validator
getValidator
in file Calendar.php, method Calendar::getValidator()
    Returns an instance of Calendar_Validator
getValue
in file Validator.php, method Calendar_Validation_Error::getValue()
    Returns the value of the unit
getWeekDays
in file PearDate.php, method Calendar_Engine_PearDate::getWeekDays()
    Returns a list of integer days of the week beginning 0
getWeekDays
in file UnixTS.php, method Calendar_Engine_UnixTS::getWeekDays()
    Returns a list of integer days of the week beginning 0
getWeekDays
in file Interface.php, method Calendar_Engine_Interface::getWeekDays()
    Returns the numeric values of the days of the week.
getWeekNInMonth
in file Interface.php, method Calendar_Engine_Interface::getWeekNInMonth()
    Returns the number of the week in the month, given a date
getWeekNInMonth
in file PearDate.php, method Calendar_Engine_PearDate::getWeekNInMonth()
    Returns the number of the week in the month, given a date
getWeekNInMonth
in file UnixTS.php, method Calendar_Engine_UnixTS::getWeekNInMonth()
    Returns the number of the week in the month, given a date
getWeekNInYear
in file UnixTS.php, method Calendar_Engine_UnixTS::getWeekNInYear()
    Returns the number of the week in the year (ISO-8601), given a date
getWeekNInYear
in file PearDate.php, method Calendar_Engine_PearDate::getWeekNInYear()
    Returns the number of the week in the year (ISO-8601), given a date
getWeekNInYear
in file Interface.php, method Calendar_Engine_Interface::getWeekNInYear()
    Returns the number of the week in the year (ISO-8601), given a date
getWeeksInMonth
in file Interface.php, method Calendar_Engine_Interface::getWeeksInMonth()
    Returns the number of weeks in the month
getWeeksInMonth
in file PearDate.php, method Calendar_Engine_PearDate::getWeeksInMonth()
    Returns the number of weeks in the month
getWeeksInMonth
in file UnixTS.php, method Calendar_Engine_UnixTS::getWeeksInMonth()
    Returns the number of weeks in the month
getWeekStart
in file Helper.php, method Calendar_Table_Helper::getWeekStart()
    Returns the timestamp of the first day of the current week
top

h

Hour.php
procedural page Hour.php
Helper.php
procedural page Helper.php
top

i

Interface.php
procedural page Interface.php
isEmpty
in file Day.php, method Calendar_Day::isEmpty()
    Check if this day is empty
isEmpty
in file Decorator.php, method Calendar_Decorator::isEmpty()
    Check if the current object is empty
isFirst
in file Day.php, method Calendar_Day::isFirst()
    Returns true if Day object is first in a Week Only relevant when Day is created by Calendar_Month_Weekdays::build()
isFirst
in file Decorator.php, method Calendar_Decorator::isFirst()
    Returns true if Day object is first in a Week Only relevant when Day is created by Calendar_Month_Weekdays::build()
isLast
in file Decorator.php, method Calendar_Decorator::isLast()
    Returns true if Day object is last in a Week Only relevant when Day is created by Calendar_Month_Weekdays::build()
isLast
in file Day.php, method Calendar_Day::isLast()
    Returns true if Day object is last in a Week Only relevant when Day is created by Calendar_Month_Weekdays::build()
isSelected
in file Decorator.php, method Calendar_Decorator::isSelected()
    True if the calendar subclass object is selected (e.g. today)
isSelected
in file Calendar.php, method Calendar::isSelected()
    True if the calendar subclass object is selected (e.g. today)
isToday
in file Interface.php, method Calendar_Engine_Interface::isToday()
    Checks if the given day is the current day
isToday
in file PearDate.php, method Calendar_Engine_PearDate::isToday()
    Checks if the given day is the current day
isToday
in file UnixTS.php, method Calendar_Engine_UnixTS::isToday()
    Checks if the given day is the current day
isToday
in file Calendar.php, method Calendar::isToday()
    Checks if the current Calendar object is today's date
isValid
in file Validator.php, method Calendar_Validator::isValid()
    Calls all the other isValidXXX() methods in the validator
isValid
in file Calendar.php, method Calendar::isValid()
    Determine whether this date is valid, with the bounds determined by the Calendar_Engine. The call is passed on to Calendar_Validator::isValid
isValid
in file Decorator.php, method Calendar_Decorator::isValid()
    Determine whether this date is valid, with the bounds determined by the Calendar_Engine. The call is passed on to Calendar_Validator::isValid
isValidDay
in file Validator.php, method Calendar_Validator::isValidDay()
    Check whether this is a valid day
isValidHour
in file Validator.php, method Calendar_Validator::isValidHour()
    Check whether this is a valid hour
isValidMinute
in file Validator.php, method Calendar_Validator::isValidMinute()
    Check whether this is a valid minute
isValidMonth
in file Validator.php, method Calendar_Validator::isValidMonth()
    Check whether this is a valid month
isValidSecond
in file Validator.php, method Calendar_Validator::isValidSecond()
    Check whether this is a valid second
isValidYear
in file Validator.php, method Calendar_Validator::isValidYear()
    Check whether this is a valid year
top

m

$month
in file 20.php, variable MonthPayload_Decorator::$month
Minute.php
procedural page Minute.php
Month.php
procedural page Month.php
MonthDecorator
in file 10.php, class MonthDecorator
    Decorates any calendar class.
MonthDecorator
in file 10.php, method MonthDecorator::MonthDecorator()
monthNames
in file Textual.php, method Calendar_Decorator_Textual::monthNames()
    Returns an array of 12 month names (first index = 1)
monthNames
in file Textual.php, method Calendar_Util_Textual::monthNames()
    Returns an array of 12 month names (first index = 1)
MonthPayload_Decorator
in file 20.php, class MonthPayload_Decorator
    Decorates any calendar class.
MyBoldDecorator
in file 18.php, class MyBoldDecorator
    Decorates any calendar class.
MyBoldDecorator
in file 18.php, method MyBoldDecorator::MyBoldDecorator()
top

n

next
in file Uri.php, method Calendar_Decorator_Uri::next()
    Gets the URI string for the next calendar unit
next
in file Uri.php, method Calendar_Util_Uri::next()
    Gets the URI string for the next calendar unit
nextDay
in file Decorator.php, method Calendar_Decorator::nextDay()
    Returns the value for the next day
nextDay
in file Calendar.php, method Calendar::nextDay()
    Returns the value for the next day
nextDayName
in file Textual.php, method Calendar_Decorator_Textual::nextDayName()
    Returns textual representation of the next day of week of the decorated calendar object
nextDayName
in file Textual.php, method Calendar_Util_Textual::nextDayName()
    Returns textual representation of the next day of week of the decorated calendar object
nextHour
in file Decorator.php, method Calendar_Decorator::nextHour()
    Returns the value for the next hour
nextHour
in file Calendar.php, method Calendar::nextHour()
    Returns the value for the next hour
nextMinute
in file Decorator.php, method Calendar_Decorator::nextMinute()
    Returns the value for the next minute
nextMinute
in file Calendar.php, method Calendar::nextMinute()
    Returns the value for the next minute
nextMonth
in file Decorator.php, method Calendar_Decorator::nextMonth()
    Returns the value for next month
nextMonth
in file 10.php, method MonthDecorator::nextMonth()
    Override the nextMonth method to format the output
nextMonth
in file Calendar.php, method Calendar::nextMonth()
    Returns the value for next month
nextMonthName
in file Textual.php, method Calendar_Util_Textual::nextMonthName()
    Returns textual representation of the next month of the decorated calendar object
nextMonthName
in file Textual.php, method Calendar_Decorator_Textual::nextMonthName()
    Returns textual representation of the next month of the decorated calendar object
nextSecond
in file Calendar.php, method Calendar::nextSecond()
    Returns the value for the next second
nextSecond
in file Decorator.php, method Calendar_Decorator::nextSecond()
    Returns the value for the next second
nextWeek
in file Decorator.php, method Calendar_Decorator::nextWeek()
    Returns the value for next week
nextWeek
in file Week.php, method Calendar_Week::nextWeek()
    Gets the value of the following week, according to the requested format
nextWeekDay
in file Weekday.php, method Calendar_Decorator_Weekday::nextWeekDay()
    Returns the next weekday
nextYear
in file Calendar.php, method Calendar::nextYear()
    Returns the value for next year
nextYear
in file Decorator.php, method Calendar_Decorator::nextYear()
    Returns the value for next year
top

o

orderedWeekdays
in file Textual.php, method Calendar_Util_Textual::orderedWeekdays()
    Returns the days of the week using the order defined in the decorated calendar object. Only useful for Calendar_Month_Weekdays, Calendar_Month_Weeks and Calendar_Week. Otherwise the returned array will begin on Sunday
orderedWeekdays
in file Textual.php, method Calendar_Decorator_Textual::orderedWeekdays()
    Returns the days of the week using the order defined in the decorated calendar object. Only useful for Calendar_Month_Weekdays, Calendar_Month_Weeks and Calendar_Week. Otherwise the returned array will begin on Sunday
top

p

PearDate.php
procedural page PearDate.php
prev
in file Uri.php, method Calendar_Decorator_Uri::prev()
    Gets the URI string for the previous calendar unit
prev
in file Uri.php, method Calendar_Util_Uri::prev()
    Gets the URI string for the previous calendar unit
prevDay
in file Decorator.php, method Calendar_Decorator::prevDay()
    Returns the value for the previous day
prevDay
in file Calendar.php, method Calendar::prevDay()
    Returns the value for the previous day
prevDayName
in file Textual.php, method Calendar_Util_Textual::prevDayName()
    Returns textual representation of the previous day of week of the decorated calendar object Note: Requires PEAR::Date
prevDayName
in file Textual.php, method Calendar_Decorator_Textual::prevDayName()
    Returns textual representation of the previous day of week of the decorated calendar object
prevHour
in file Decorator.php, method Calendar_Decorator::prevHour()
    Returns the value for the previous hour
prevHour
in file Calendar.php, method Calendar::prevHour()
    Returns the value for the previous hour
prevMinute
in file Decorator.php, method Calendar_Decorator::prevMinute()
    Returns the value for the previous minute
prevMinute
in file Calendar.php, method Calendar::prevMinute()
    Returns the value for the previous minute
prevMonth
in file Calendar.php, method Calendar::prevMonth()
    Returns the value for the previous month
prevMonth
in file 10.php, method MonthDecorator::prevMonth()
    Override the prevMonth method to format the output
prevMonth
in file Decorator.php, method Calendar_Decorator::prevMonth()
    Returns the value for the previous month
prevMonthName
in file Textual.php, method Calendar_Util_Textual::prevMonthName()
    Returns textual representation of the previous month of the decorated calendar object
prevMonthName
in file Textual.php, method Calendar_Decorator_Textual::prevMonthName()
    Returns textual representation of the previous month of the decorated calendar object
prevSecond
in file Decorator.php, method Calendar_Decorator::prevSecond()
    Returns the value for the previous second
prevSecond
in file Calendar.php, method Calendar::prevSecond()
    Returns the value for the previous second
prevWeek
in file Decorator.php, method Calendar_Decorator::prevWeek()
    Returns the value for the previous week
prevWeek
in file Week.php, method Calendar_Week::prevWeek()
    Gets the value of the previous week, according to the requested format
prevWeekDay
in file Weekday.php, method Calendar_Decorator_Weekday::prevWeekDay()
    Returns the previous weekday
prevYear
in file Calendar.php, method Calendar::prevYear()
    Returns the value for the previous year
prevYear
in file Decorator.php, method Calendar_Decorator::prevYear()
    Returns the value for the previous year
top

s

$scalar
in file Uri.php, variable Calendar_Util_Uri::$scalar
    To output a "scalar" string - variable names omitted.
$separator
in file Uri.php, variable Calendar_Util_Uri::$separator
    String to separate fragments with.
Second.php
procedural page Second.php
setEntry
in file 11.php, method DiaryEvent::setEntry()
setFirstDay
in file Weekday.php, method Calendar_Decorator_Weekday::setFirstDay()
    Sets the first day of the week (0 = Sunday, 1 = Monday (default) etc)
setFragments
in file Uri.php, method Calendar_Decorator_Uri::setFragments()
    Sets the URI fragment names
setFragments
in file Uri.php, method Calendar_Util_Uri::setFragments()
    Sets the URI fragment names
setScalar
in file Uri.php, method Calendar_Decorator_Uri::setScalar()
    Puts Uri decorator into "scalar mode" - URI variable names are not returned
setSelected
in file Decorator.php, method Calendar_Decorator::setSelected()
    Defines calendar object as selected (e.g. for today)
setSelected
in file Calendar.php, method Calendar::setSelected()
    Defines calendar object as selected (e.g. for today)
setSelection
in file 20.php, method MonthPayload_Decorator::setSelection()
setSelection
in file Calendar.php, method Calendar::setSelection()
    Abstract method for selected data objects called from build
setSeparator
in file Uri.php, method Calendar_Decorator_Uri::setSeparator()
    Sets the separator string between fragments
setTimestamp
in file Week.php, method Calendar_Week::setTimestamp()
    Defines the calendar by a timestamp (Unix or ISO-8601), replacing values passed to the constructor
setTimestamp
in file Calendar.php, method Calendar::setTimestamp()
    Defines the calendar by a timestamp (Unix or ISO-8601), replacing values passed to the constructor
setTimestamp
in file Decorator.php, method Calendar_Decorator::setTimestamp()
    Defines the calendar by a Unix timestamp, replacing values passed to the constructor
size
in file Calendar.php, method Calendar::size()
    Get the number Calendar subclass objects stored in the internal collection
size
in file Second.php, method Calendar_Second::size()
    Overwrite size
size
in file Decorator.php, method Calendar_Decorator::size()
    Get the number Calendar subclass objects stored in the internal collection
stampCollection
in file UnixTS.php, method Calendar_Engine_UnixTS::stampCollection()
    Makes sure a given timestamp is only ever parsed once
stampCollection
in file Interface.php, method Calendar_Engine_Interface::stampCollection()
    Provides a mechansim to make sure parsing of timestamps into human dates is only performed once per timestamp.
stampCollection
in file PearDate.php, method Calendar_Engine_PearDate::stampCollection()
    Makes sure a given timestamp is only ever parsed once Uses a static variable to prevent date() being used twice for a date which is already known
stampToDay
in file UnixTS.php, method Calendar_Engine_UnixTS::stampToDay()
    Returns a numeric day given a timestamp
stampToDay
in file PearDate.php, method Calendar_Engine_PearDate::stampToDay()
    Returns a numeric day given a iso-8601 datetime
stampToDay
in file Interface.php, method Calendar_Engine_Interface::stampToDay()
    Returns a numeric day given a timestamp
stampToHour
in file UnixTS.php, method Calendar_Engine_UnixTS::stampToHour()
    Returns a numeric hour given a timestamp
stampToHour
in file PearDate.php, method Calendar_Engine_PearDate::stampToHour()
    Returns a numeric hour given a iso-8601 datetime
stampToHour
in file Interface.php, method Calendar_Engine_Interface::stampToHour()
    Returns a numeric hour given a timestamp
stampToMinute
in file PearDate.php, method Calendar_Engine_PearDate::stampToMinute()
    Returns a numeric minute given a iso-8601 datetime
stampToMinute
in file UnixTS.php, method Calendar_Engine_UnixTS::stampToMinute()
    Returns a numeric minute given a timestamp
stampToMinute
in file Interface.php, method Calendar_Engine_Interface::stampToMinute()
    Returns a numeric minute given a timestamp
stampToMonth
in file UnixTS.php, method Calendar_Engine_UnixTS::stampToMonth()
    Returns a numeric month given a timestamp
stampToMonth
in file Interface.php, method Calendar_Engine_Interface::stampToMonth()
    Returns a numeric month given a timestamp
stampToMonth
in file PearDate.php, method Calendar_Engine_PearDate::stampToMonth()
    Returns a numeric month given a iso-8601 datetime
stampToSecond
in file Interface.php, method Calendar_Engine_Interface::stampToSecond()
    Returns a numeric second given a timestamp
stampToSecond
in file PearDate.php, method Calendar_Engine_PearDate::stampToSecond()
    Returns a numeric second given a iso-8601 datetime
stampToSecond
in file UnixTS.php, method Calendar_Engine_UnixTS::stampToSecond()
    Returns a numeric second given a timestamp
stampToYear
in file UnixTS.php, method Calendar_Engine_UnixTS::stampToYear()
    Returns a numeric year given a timestamp
stampToYear
in file PearDate.php, method Calendar_Engine_PearDate::stampToYear()
    Returns a numeric year given a iso-8601 datetime
stampToYear
in file Interface.php, method Calendar_Engine_Interface::stampToYear()
    Returns a numeric year given a timestamp
top

t

$tableHelper
in file 20.php, variable MonthPayload_Decorator::$tableHelper
Textual.php
procedural page Textual.php
Textual.php
procedural page Textual.php
this
in file Uri.php, method Calendar_Util_Uri::this()
    Gets the URI string for the current calendar unit
this
in file Uri.php, method Calendar_Decorator_Uri::this()
    Gets the URI string for the current calendar unit
thisDay
in file 18.php, method MyBoldDecorator::thisDay()
thisDay
in file Calendar.php, method Calendar::thisDay()
    Returns the value for this day
thisDay
in file Decorator.php, method Calendar_Decorator::thisDay()
    Returns the value for this day
thisDayName
in file Textual.php, method Calendar_Util_Textual::thisDayName()
    Returns textual representation of the day of week of the decorated calendar object Note: Requires PEAR::Date
thisDayName
in file Textual.php, method Calendar_Decorator_Textual::thisDayName()
    Returns textual representation of the day of week of the decorated calendar object
thisHour
in file Decorator.php, method Calendar_Decorator::thisHour()
    Returns the value for this hour
thisHour
in file Calendar.php, method Calendar::thisHour()
    Returns the value for this hour
thisMinute
in file Decorator.php, method Calendar_Decorator::thisMinute()
    Returns the value for this minute
thisMinute
in file Calendar.php, method Calendar::thisMinute()
    Returns the value for this minute
thisMonth
in file Calendar.php, method Calendar::thisMonth()
    Returns the value for this month
thisMonth
in file 10.php, method MonthDecorator::thisMonth()
    Override the thisMonth method to format the output
thisMonth
in file Decorator.php, method Calendar_Decorator::thisMonth()
    Returns the value for this month
thisMonthName
in file Textual.php, method Calendar_Util_Textual::thisMonthName()
    Returns textual representation of the month of the decorated calendar object
thisMonthName
in file Textual.php, method Calendar_Decorator_Textual::thisMonthName()
    Returns textual representation of the month of the decorated calendar object
thisSecond
in file Decorator.php, method Calendar_Decorator::thisSecond()
    Returns the value for this second
thisSecond
in file Calendar.php, method Calendar::thisSecond()
    Returns the value for this second
thisWeek
in file Week.php, method Calendar_Week::thisWeek()
    Gets the value of the current week, according to the requested format
thisWeek
in file Decorator.php, method Calendar_Decorator::thisWeek()
    Returns the value for this week
thisWeekDay
in file Weekday.php, method Calendar_Decorator_Weekday::thisWeekDay()
    Returns the current weekday
thisYear
in file Week.php, method Calendar_Week::thisYear()
    Returns the value for this year
thisYear
in file Calendar.php, method Calendar::thisYear()
    Returns the value for this year
thisYear
in file Decorator.php, method Calendar_Decorator::thisYear()
    Returns the value for this year
toArray
in file Calendar.php, method Calendar::toArray()
    Returns the date as an associative array (helper method)
toArray
in file Decorator.php, method Calendar_Decorator::toArray()
    Returns the date as an associative array (helper method)
toString
in file Validator.php, method Calendar_Validation_Error::toString()
    Returns a string containing the unit, value and error message
top

u

Uri.php
procedural page Uri.php
UnixTS.php
procedural page UnixTS.php
Uri.php
procedural page Uri.php
top

v

Validator.php
procedural page Validator.php
top

w

Weekday.php
procedural page Weekday.php
Wrapper.php
procedural page Wrapper.php
Weekdays.php
procedural page Weekdays.php
Weeks.php
procedural page Weeks.php
Week.php
procedural page Week.php
weekdayNames
in file Textual.php, method Calendar_Decorator_Textual::weekdayNames()
    Returns an array of 7 week day names (first index = 0)
weekdayNames
in file Textual.php, method Calendar_Util_Textual::weekdayNames()
    Returns an array of 7 week day names (first index = 0)
top

y

$year
in file 20.php, variable MonthPayload_Decorator::$year
Year.php
procedural page Year.php
top

_

__dispatch
in file 7.php, method Calendar_Server::__dispatch()
top

Documentation generated on Mon, 11 Mar 2019 15:37:46 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.