PHP Class Frontend\Core\Engine\FrontendIcalEvent

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

Méthodes publiques

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

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

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