Skip Navigation

UNL_UCBCN_Frontend API Documentation

Developers, developers, developers, devel…

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
UNL_UCBCN_Calendar $calendar
int $day
int $firstDay
int $month
string $next_url
bool $ongoing
array $output
string $prev_url
string $url
int $year
Method Summary
UNL_UCBCN_Frontend_Week __construct (array $options)
string getURL ()
void showWeek ()
Variables
UNL_UCBCN_Calendar $calendar (line 38)

Calendar to show events for UNL_UCBCN_Month object

  • access: public
int $day (line 59)

Day included in the week the user is viewing.

  • access: public
int $firstDay = 0 (line 66)

start day of the week 0 = Sunday

  • access: public
int $month (line 52)

Month the user is viewing.

  • access: public
string $next_url (line 95)

URL to the next week

  • access: public
bool $ongoing = true (line 73)

Display ongoing events?

  • access: public
array $output (line 81)

Listing of events on this week. This will be an array of 7 UNL_UCBCN_Frontend_Day objects.

  • access: public
string $prev_url (line 102)

URL to the previous week

  • access: public
string $url (line 88)

URL to this view.

  • access: public
int $year (line 45)

Year the user is viewing.

  • access: public
Methods
Constructor __construct (line 109)

Constructs this week object.

  • access: public
UNL_UCBCN_Frontend_Week __construct (array $options)
  • array $options: Associative array of options.
getURL (line 150)

Returns the permanent URL to this specific week.

  • return: URL to this week.
  • access: public
string getURL ()
showWeek (line 127)

Populates the output with the days for the events in this week.

  • access: public
void showWeek ()

Documentation generated on Wed, 12 Aug 2009 13:00:47 -0500 by phpDocumentor 1.4.2