<?php namespace Spatie\CalendarLinks; interface Generator { public function generate(Link $link): string; }