Frontend\Core\Engine\FrontendIcal::setTitle PHP Method

setTitle() public method

Set the title
public setTitle ( string $title )
$title string The title for the calendar.
    public function setTitle($title)
    {
        $this->title = (string) $title;
    }