How many time slots are we dividing each hour into?
Type
integer
$_slotsPerDay
$_slotsPerDay : integer
How many slots do we have per day? Calculated from $_slotsPerHour.
Type
integer
$_controller
$_controller :
Type
Methods
__construct()
__construct(\Horde_Date $date)
Parameters
\Horde_Date
$date
html()
html()
parse()
parse()
Parse all events for all of the days that we're handling; then
run through the results to get the total horizontal span for
the week, and the latest event of the week.