App\Core\Controller::getTemplate PHP Метод

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

Return the current Template name.
public getTemplate ( ) : string
Результат string
    public function getTemplate()
    {
        return $this->template;
    }