Public Member Functions | |
| eventsMonth ($year=0, $month=0) | |
| load () | |
| render () | |
Public Attributes | |
| $selectedDay | |
| $year | |
| $month | |
| $categories = "" | |
| $days = array() | |
Definition at line 554 of file events.php.
| eventsMonth::eventsMonth | ( | $ | year = 0, |
|
| $ | month = 0 | |||
| ) |
Definition at line 561 of file events.php.
References $month, $year, and load().

| eventsMonth::load | ( | ) |
Loads data for the current month as defined by $this->year and $this->month
Definition at line 613 of file events.php.
References $i.
Referenced by eventsMonth().
| eventsMonth::render | ( | ) |
Definition at line 629 of file events.php.
References $i, formatTime(), i18n(), and thisPageURL().

| eventsMonth::$selectedDay |
Definition at line 555 of file events.php.
| eventsMonth::$year |
| eventsMonth::$month |
| eventsMonth::$categories = "" |
Definition at line 558 of file events.php.
| eventsMonth::$days = array() |
Definition at line 559 of file events.php.
1.5.5