FOF30\View\Engine\CompilingEngine::getCachePath PHP Метод

getCachePath() защищенный Метод

protected getCachePath ( $path )
    protected function getCachePath($path)
    {
        $id = $this->getIdentifier($path);
        return JPATH_CACHE . '/' . $this->view->getContainer()->componentName . '/compiled_templates/' . $id . '.php';
    }