Frontend\Core\Engine\FrontendIcal::getTitle PHP Метод

getTitle() публичный Метод

Get the title
public getTitle ( ) : string
Результат string
    public function getTitle()
    {
        return $this->title;
    }