Class UNL_UCBCN_Frontend_Week
Description
Constructs a week view for the calendar.
Located in /UNL/UCBCN/Frontend/Week.php (line 31)
UNL_UCBCN | --UNL_UCBCN_Frontend_Week
Variable Summary
Method Summary
Variables
UNL_UCBCN_Calendar
$calendar
(line 38)
Calendar to show events for UNL_UCBCN_Month object
int
$day
(line 59)
Day included in the week the user is viewing.
int
$firstDay
= 0 (line 66)
start day of the week 0 = Sunday
int
$month
(line 52)
Month the user is viewing.
string
$next_url
(line 95)
URL to the next week
bool
$ongoing
= true (line 73)
Display ongoing events?
array
$output
(line 81)
Listing of events on this week. This will be an array of 7 UNL_UCBCN_Frontend_Day objects.
string
$prev_url
(line 102)
URL to the previous week
string
$url
(line 88)
URL to this view.
int
$year
(line 45)
Year the user is viewing.
Methods
Constructor __construct (line 109)
Constructs this week object.
UNL_UCBCN_Frontend_Week
__construct
(array $options)
- array $options: Associative array of options.
getURL (line 150)
Returns the permanent URL to this specific week.
string
getURL
()
showWeek (line 127)
Populates the output with the days for the events in this week.
void
showWeek
()
Documentation generated on Wed, 12 Aug 2009 13:00:47 -0500 by phpDocumentor 1.4.2




