PHP 클래스 Frontend\Core\Engine\FrontendIcal

상속: extends SpoonICal
파일 보기 프로젝트 열기: forkcms/forkcms

공개 메소드들

메소드 설명
__construct ( string $title, string $description ) Default constructor
getTitle ( ) : string Get the title
parse ( boolean $headers = true ) Parse the iCal and output into the browser.
setTitle ( string $title ) Set the title

메소드 상세

__construct() 공개 메소드

Default constructor
public __construct ( string $title, string $description )
$title string The title for the calendar.
$description string A description for the calendar.

getTitle() 공개 메소드

Get the title
public getTitle ( ) : string
리턴 string

parse() 공개 메소드

Parse the iCal and output into the browser.
public parse ( boolean $headers = true )
$headers boolean Should the headers be set? (Use false if you're debugging).

setTitle() 공개 메소드

Set the title
public setTitle ( string $title )
$title string The title for the calendar.