Kronolith_View_WorkWeek
extends Kronolith_View_Week
in package
The Kronolith_View_WorkWeek:: class provides a shortcut for a week view that is only Monday through Friday.
Tags
Table of Contents
- $_currentCalendars : mixed
- $_slotsPerDay : int
- How many slots do we have per day? Calculated from $_slotsPerHour.
- $_slotsPerHour : int
- How many time slots are we dividing each hour into?
- $days : mixed
- $endDay : mixed
- $first : mixed
- $last : mixed
- $parsed : mixed
- $sidebyside : mixed
- $slotLength : mixed
- $slotsPerDay : mixed
- $slotsPerHour : mixed
- $span : mixed
- $startDate : mixed
- $startDay : mixed
- $totalspan : mixed
- $week : mixed
- $year : mixed
- $_controller : mixed
- __construct() : mixed
- getName() : mixed
- getWeek() : mixed
- html() : mixed
- link() : mixed
- parse() : mixed
- 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.
Properties
$_currentCalendars
public
mixed
$_currentCalendars
= array()
$_slotsPerDay
How many slots do we have per day? Calculated from $_slotsPerHour.
public
int
$_slotsPerDay
Tags
$_slotsPerHour
How many time slots are we dividing each hour into?
public
int
$_slotsPerHour
= 2
$days
public
mixed
$days
= array()
$endDay
public
mixed
$endDay
= \Horde_Date::DATE_FRIDAY
$first
public
mixed
$first
$last
public
mixed
$last
$parsed
public
mixed
$parsed
= \false
$sidebyside
public
mixed
$sidebyside
= \false
$slotLength
public
mixed
$slotLength
$slotsPerDay
public
mixed
$slotsPerDay
$slotsPerHour
public
mixed
$slotsPerHour
$span
public
mixed
$span
$startDate
public
mixed
$startDate
= \null
$startDay
public
mixed
$startDay
= \Horde_Date::DATE_MONDAY
$totalspan
public
mixed
$totalspan
$week
public
mixed
$week
= \null
$year
public
mixed
$year
= \null
$_controller
protected
mixed
$_controller
= 'workweek.php'
Methods
__construct()
public
__construct(Horde_Date $date) : mixed
Parameters
- $date : Horde_Date
Return values
mixed —getName()
public
getName() : mixed
Return values
mixed —getWeek()
public
getWeek(mixed $offset) : mixed
Parameters
- $offset : mixed
Return values
mixed —html()
public
html() : mixed
Return values
mixed —link()
public
link(mixed $offset[, mixed $full = false ]) : mixed
Parameters
- $offset : mixed
- $full : mixed = false
Return values
mixed —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.
public
parse() : mixed