PHP 클래스 Kronolith_Calendar_External, horde

Copyright 2010-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
저자: Jan Schneider ([email protected])
상속: extends Kronolith_Calendar
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_api string The application of this timeobject source.
$_id string The ID of this timeobject source.
$_name string The name of this timeobject source.
$_type string I.e., a single or share type.

공개 메소드들

메소드 설명
__construct ( array $params = [] ) Constructor.
api ( ) : string Returns the application of this calendar.
display ( ) : boolean Whether this calendar is supposed to be displayed in lists.
name ( ) : string Returns the name of this calendar.
toHash ( ) : array Returns a hash representing this calendar.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( array $params = [] )
$params array A hash with any parameters that this calendar might need.

api() 공개 메소드

Returns the application of this calendar.
public api ( ) : string
리턴 string This calendar's timeobject application.

display() 공개 메소드

Whether this calendar is supposed to be displayed in lists.
public display ( ) : boolean
리턴 boolean True if this calendar should be displayed.

name() 공개 메소드

Returns the name of this calendar.
public name ( ) : string
리턴 string This calendar's name.

toHash() 공개 메소드

Returns a hash representing this calendar.
public toHash ( ) : array
리턴 array A simple hash.

프로퍼티 상세

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

The application of this timeobject source.
protected string $_api
리턴 string

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

The ID of this timeobject source.
protected string $_id
리턴 string

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

The name of this timeobject source.
protected string $_name
리턴 string

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

I.e., a single or share type.
protected string $_type
리턴 string