PHP Class Kronolith_View_Month, horde

Author: Chuck Hagenbuch ([email protected])
Author: Jan Schneider ([email protected])
Afficher le fichier Open project: horde/horde

Méthodes publiques

Свойство Type Description
$date Horde_Date
$month integer
$year integer

Protected Properties

Свойство Type Description
$_currentCalendars array
$_endDate Horde_Date
$_events array
$_startOfView integer
$_startday integer

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( Horde_Date $date ) : Kronolith_View_Month
$date Horde_Date
Résultat Kronolith_View_Month

getMonth() public méthode

public getMonth ( $offset )

getName() public méthode

public getName ( )

html() public méthode

public html ( )

Property Details

$_currentCalendars protected_oe property

protected array $_currentCalendars
Résultat array

$_endDate protected_oe property

protected Horde_Date $_endDate
Résultat Horde_Date

$_events protected_oe property

protected array $_events
Résultat array

$_startOfView protected_oe property

protected int $_startOfView
Résultat integer

$_startday protected_oe property

protected int $_startday
Résultat integer

$date public_oe property

public Horde_Date $date
Résultat Horde_Date

$month public_oe property

public int $month
Résultat integer

$year public_oe property

public int $year
Résultat integer