Class UNL_UCBCN_Frontend_MonthWidget
Class defines a month widget, basically a table with 30 boxes representing the days in the month. Days which have events will be selected.
Located in /UNL/UCBCN/Frontend/MonthWidget.php (line 28)
UNL_UCBCN | --UNL_UCBCN_Frontend_MonthWidget
Calendar UNL_UCBCN_Calendar Object
Caption for the month widget.
Month for this month widget.
Body for the table
Header for the table
Year for this month widget
This function constructs the month widget and populates the heading, caption, footer and body for the MonthWidget.
- int $y: Year
- int $m: Month
- UNL_UCBCN_Calendar $calendar: Calendar to prepare a month widget for.
Determines the days of this month with events.
- Calendar_Month $month: Month to find events in.
This function finds ongoing events for the given month.
- Calendar_Month $month: Month to find ongoing events for.
Returns a string identifying this month widget.
Runs before any output is sent or object is built.
- bool $cache_hit: True if cached output is ready to be sent, or false.
This function populates the month widget... checks for each day of this month whether the day has events.
Documentation generated on Wed, 12 Aug 2009 13:00:47 -0500 by phpDocumentor 1.4.2




