PHP Class Frontend\Core\Engine\FrontendIcalEvent

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

Public Methods

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

Method Details

__construct() public method

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

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