PHP Класс Frontend\Core\Engine\FrontendIcal

Наследование: extends SpoonICal
Показать файл Открыть проект

Открытые методы

Метод Описание
__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.