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

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

protected getIdentifier ( $path )
    protected function getIdentifier($path)
    {
        if (function_exists('sha1')) {
            return sha1($path);
        }
        return md5($path);
    }