App\Core\Controller::getTemplate PHP Method

getTemplate() public method

Return the current Template name.
public getTemplate ( ) : string
return string
    public function getTemplate()
    {
        return $this->template;
    }