Class Calendar

Description

Located in /classes/Calendar.php (line 24)


	
			
Direct descendents
Class Description
Cal
Variable Summary
mixed $dayNames
mixed $daysInMonth
mixed $monthNames
mixed $startDay
mixed $startMonth
Method Summary
Calendar Calendar ()
void adjustDate ( $month,  $year)
void getCalendarLink ( $month,  $year)
void getDateClass ( $day,  $month,  $year)
void getDateHTML ( $day,  $month,  $year)
void getDateId ( $day,  $month,  $year)
void getDateLink ( $day,  $month,  $year)
void getDayNames ()
void getDaysInMonth ( $month,  $year)
void getHThreeMonthHTML ( $month,  $year)
void getHThreeMonthView ( $month,  $year)
void getMonthClass ( $month,  $year)
void getMonthHTML ( $m,  $y, [ $showYear = 1], [ $showLinks = 0])
void getMonthNameHTML ( $month,  $year,  $showYear)
void getMonthNames ()
void getMonthView ( $month,  $year)
void getStartDay ()
void getStartMonth ()
void getVThreeMonthHTML ( $month,  $year)
void getVThreeMonthView ( $month,  $year)
void getWeekDayHTML ( $wday,  $month,  $year)
void getYearHTML ( $year)
void getYearView ( $year)
void setDayNames ( $names)
void setMonthNames ( $names)
void setStartDay ( $day)
void setStartMonth ( $month)
Variables
mixed $dayNames = array("S", "M", "T", "W", "T", "F", "S") (line 376)
mixed $daysInMonth = array(31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31) (line 387)
mixed $monthNames = array("January", "February", "March", "April", "May", "June",
"July", "August", "September", "October", "November", "December")
(line 381)
mixed $startDay = 0 (line 366)
mixed $startMonth = 1 (line 371)
Methods
Constructor Calendar (line 27)
Calendar Calendar ()
adjustDate (line 348)
void adjustDate ( $month,  $year)
  • $month
  • $year
getCalendarLink (line 78)
void getCalendarLink ( $month,  $year)
  • $month
  • $year

Redefined in descendants as:
getCurrentHThreeMonthView (line 139)
void getCurrentHThreeMonthView ()
getCurrentMonthView (line 121)
void getCurrentMonthView ()
getCurrentVThreeMonthView (line 134)
void getCurrentVThreeMonthView ()
getCurrentYearView (line 129)
void getCurrentYearView ()
getDateClass (line 93)
void getDateClass ( $day,  $month,  $year)
  • $day
  • $month
  • $year

Redefined in descendants as:
getDateHTML (line 107)
void getDateHTML ( $day,  $month,  $year)
  • $day
  • $month
  • $year

Redefined in descendants as:
getDateId (line 103)
void getDateId ( $day,  $month,  $year)
  • $day
  • $month
  • $year

Redefined in descendants as:
getDateLink (line 87)
void getDateLink ( $day,  $month,  $year)
  • $day
  • $month
  • $year
getDayNames (line 32)
void getDayNames ()
getDaysInMonth (line 171)

******************************************************************************

*******************************************************************************

void getDaysInMonth ( $month,  $year)
  • $month
  • $year
getHThreeMonthHTML (line 324)
void getHThreeMonthHTML ( $month,  $year)
  • $month
  • $year
getHThreeMonthView (line 160)
void getHThreeMonthView ( $month,  $year)
  • $month
  • $year
getMonthClass (line 89)
void getMonthClass ( $month,  $year)
  • $month
  • $year
getMonthHTML (line 194)
void getMonthHTML ( $m,  $y, [ $showYear = 1], [ $showLinks = 0])
  • $m
  • $y
  • $showYear
  • $showLinks
getMonthNameHTML (line 114)
void getMonthNameHTML ( $month,  $year,  $showYear)
  • $month
  • $year
  • $showYear

Redefined in descendants as:
getMonthNames (line 42)
void getMonthNames ()
getMonthView (line 146)
void getMonthView ( $month,  $year)
  • $month
  • $year
getStartDay (line 52)
void getStartDay ()
getStartMonth (line 62)
void getStartMonth ()
getVThreeMonthHTML (line 300)
void getVThreeMonthHTML ( $month,  $year)
  • $month
  • $year
getVThreeMonthView (line 156)
void getVThreeMonthView ( $month,  $year)
  • $month
  • $year
getWeekDayHTML (line 111)
void getWeekDayHTML ( $wday,  $month,  $year)
  • $wday
  • $month
  • $year

Redefined in descendants as:
getYearHTML (line 264)
void getYearHTML ( $year)
  • $year
getYearView (line 152)
void getYearView ( $year)
  • $year
setDayNames (line 37)
void setDayNames ( $names)
  • $names
setMonthNames (line 47)
void setMonthNames ( $names)
  • $names
setStartDay (line 57)
void setStartDay ( $day)
  • $day
setStartMonth (line 67)
void setStartMonth ( $month)
  • $month

Documentation generated on Sun, 28 Jul 2013 15:07:02 -0400 by phpDocumentor 1.4.4