Documentation

Kronolith_View_Week
in package

The Kronolith_View_Week:: class provides an API for viewing weeks.

Tags
author

Chuck Hagenbuch chuck@horde.org

author

Jan Schneider jan@horde.org

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
$parsed  : mixed
$sidebyside  : mixed
$startDate  : mixed
$startDay  : 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
see

$_slotsPerHour

$_slotsPerHour

How many time slots are we dividing each hour into?

public int $_slotsPerHour = 2

$days

public mixed $days = array()

$endDay

public mixed $endDay = ull

$parsed

public mixed $parsed = alse

$sidebyside

public mixed $sidebyside = alse

$startDate

public mixed $startDate = ull

$startDay

public mixed $startDay = ull

$week

public mixed $week = ull

$year

public mixed $year = ull

$_controller

protected mixed $_controller = 'week.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
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
Return values
mixed

Search results