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

getTitle() public method

Get the title
public getTitle ( ) : string
return string
    public function getTitle()
    {
        return $this->title;
    }