PHP Class Frontend\Core\Engine\FrontendIcal

Inheritance: extends SpoonICal
Afficher le fichier Open project: forkcms/forkcms

Méthodes publiques

Méthode 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 méthode

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

getTitle() public méthode

Get the title
public getTitle ( ) : string
Résultat string

parse() public méthode

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 méthode

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