Dietcube\Controller::findTemplate PHP 메소드

findTemplate() 보호된 메소드

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