PHP 클래스 Frontend\Core\Engine\FrontendIcalEvent

상속: extends SpoonICalEvent
파일 보기 프로젝트 열기: forkcms/forkcms

공개 메소드들

메소드 설명
__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.