PHP Class Frontend\Core\Engine\FrontendIcal

Inheritance: extends SpoonICal
Datei anzeigen Open project: forkcms/forkcms

Public Methods

Method Description
__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

Method Details

__construct() public method

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

getTitle() public method

Get the title
public getTitle ( ) : string
return string

parse() public method

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() public method

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