Kohana_Kostache::_detect_template_path PHP Méthode

_detect_template_path() protected méthode

protected _detect_template_path ( $class )
    protected function _detect_template_path($class)
    {
        $path = explode('_', get_class($class));
        array_shift($path);
        return implode('/', $path);
    }