Frontend\Core\Engine\FrontendIcal::setTitle PHP 메소드

setTitle() 공개 메소드

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