PHP 클래스 Kronolith_View_Month, horde

저자: Chuck Hagenbuch ([email protected])
저자: Jan Schneider ([email protected])
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$date Horde_Date
$month integer
$year integer

보호된 프로퍼티들

프로퍼티 타입 설명
$_currentCalendars array
$_endDate Horde_Date
$_events array
$_startOfView integer
$_startday integer

공개 메소드들

메소드 설명
__construct ( Horde_Date $date ) : Kronolith_View_Month
getMonth ( $offset )
getName ( )
html ( )
link ( $offset, $full = false )

메소드 상세

__construct() 공개 메소드

public __construct ( Horde_Date $date ) : Kronolith_View_Month
$date Horde_Date
리턴 Kronolith_View_Month

getMonth() 공개 메소드

public getMonth ( $offset )

getName() 공개 메소드

public getName ( )

html() 공개 메소드

public html ( )

프로퍼티 상세

$_currentCalendars 보호되어 있는 프로퍼티

protected array $_currentCalendars
리턴 array

$_endDate 보호되어 있는 프로퍼티

protected Horde_Date $_endDate
리턴 Horde_Date

$_events 보호되어 있는 프로퍼티

protected array $_events
리턴 array

$_startOfView 보호되어 있는 프로퍼티

protected int $_startOfView
리턴 integer

$_startday 보호되어 있는 프로퍼티

protected int $_startday
리턴 integer

$date 공개적으로 프로퍼티

public Horde_Date $date
리턴 Horde_Date

$month 공개적으로 프로퍼티

public int $month
리턴 integer

$year 공개적으로 프로퍼티

public int $year
리턴 integer