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
- $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
$_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
    
    
$parsed
    public
        mixed
    $parsed
     = alse
    
    
$sidebyside
    public
        mixed
    $sidebyside
     = alse
    
    
$startDate
    public
        mixed
    $startDate
     = 
ull
    
    
$startDay
    public
        mixed
    $startDay
     = Horde_Date::DATE_MONDAY
    
    
$week
    public
        mixed
    $week
     = 
ull
    
    
$year
    public
        mixed
    $year
     = 
ull
    
    
$_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