Dietcube\Controller::findTemplate PHP Method

findTemplate() protected method

protected findTemplate ( $name )
    protected function findTemplate($name)
    {
        return $name . $this->get('app')->getTemplateExt();
    }