Class Kronolith_FreeBusy_View

Description

This class represent a view of multiple free busy information sets.

Copyright 2003-2009 The Horde Project (http://www.horde.org/)

See the enclosed file COPYING for license information.

$Horde: kronolith/lib/FBView.php,v 1.10.10.16 2009/01/06 15:24:45 jan Exp $

Located in /lib/FBView.php (line 18)


	
			
Direct descendents
Class Description
 class Kronolith_FreeBusy_View_day This class represent a single day of free busy information sets.
 class Kronolith_FreeBusy_View_month This class represent a month of free busy information sets.
 class Kronolith_FreeBusy_View_week This class represent a week of free busy information sets.
Variable Summary
Method Summary
 void addOptionalMember ( $vFreebusy)
 void addRequiredMember ( $vFreebusy)
 mixed &factory (string $view)
 void render ([ $day = null])
 mixed &singleton (string $view)
 void _getBlocks ( $member,  $periods,  $blockfile,  $label)
Variables
mixed $_endHour (line 24)
mixed $_endStamp (line 27)
mixed $_optionalMembers = array() (line 21)
mixed $_requiredMembers = array() (line 20)
mixed $_startHour (line 23)
mixed $_startStamp (line 26)
Methods
addOptionalMember (line 34)
void addOptionalMember ( $vFreebusy)
  • $vFreebusy
addRequiredMember (line 29)
void addRequiredMember ( $vFreebusy)
  • $vFreebusy
factory (line 178)

Attempts to return a concrete Kronolith_FreeBusy_View instance based on $view.

  • return: The newly created concrete Kronolith_FreeBusy_View instance, or false on an error.
mixed &factory (string $view)
  • string $view: The type of concrete Kronolith_FreeBusy_View subclass to return.
render (line 39)
void render ([ $day = null])
  • $day
singleton (line 207)

Attempts to return a reference to a concrete Kronolith_FreeBusy_View instance based on $view. It will only create a new instance if no Kronolith_FreeBusy_View instance with the same parameters currently exists.

This method must be invoked as: $var = &Kronolith_FreeBusy_View::singleton()

  • return: The created concrete Kronolith_FreeBusy_View instance, or false on an error.
mixed &singleton (string $view)
  • string $view: The type of concrete Kronolith_FreeBusy_View subclass to return.
_getBlocks (line 218)
void _getBlocks ( $member,  $periods,  $blockfile,  $label)
  • $member
  • $periods
  • $blockfile
  • $label

Documentation generated on Sun, 30 Jan 2011 05:31:46 +0000 by phpDocumentor 1.4.3