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

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

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

Метод Описание
__construct ( string $title, string $link, string $description ) Default constructor.
processLinks ( string $content ) : string Process links, will prepend SITE_URL if needed and append UTM-parameters
setUrl ( string $url ) Set the url

Описание методов

__construct() публичный метод

Default constructor.
public __construct ( string $title, string $link, string $description )
$title string The title for the item.
$link string The link for the item.
$description string The content for the item.

setUrl() публичный метод

Set the url
public setUrl ( string $url )
$url string The url to associate the item with.