PHP Class Kronolith_View_Month, horde

Author: Chuck Hagenbuch ([email protected])
Author: Jan Schneider ([email protected])
显示文件 Open project: horde/horde

Public Properties

Property Type Description
$date Horde_Date
$month integer
$year integer

Protected Properties

Property Type Description
$_currentCalendars array
$_endDate Horde_Date
$_events array
$_startOfView integer
$_startday integer

Public Methods

Method Description
__construct ( Horde_Date $date ) : Kronolith_View_Month
getMonth ( $offset )
getName ( )
html ( )
link ( $offset, $full = false )

Method Details

__construct() public method

public __construct ( Horde_Date $date ) : Kronolith_View_Month
$date Horde_Date
return Kronolith_View_Month

getMonth() public method

public getMonth ( $offset )

getName() public method

public getName ( )

html() public method

public html ( )

Property Details

$_currentCalendars protected_oe property

protected array $_currentCalendars
return array

$_endDate protected_oe property

protected Horde_Date $_endDate
return Horde_Date

$_events protected_oe property

protected array $_events
return array

$_startOfView protected_oe property

protected int $_startOfView
return integer

$_startday protected_oe property

protected int $_startday
return integer

$date public_oe property

public Horde_Date $date
return Horde_Date

$month public_oe property

public int $month
return integer

$year public_oe property

public int $year
return integer