Page MenuHomeCode

smarty_method_getcachedir.php
No OneTemporary

smarty_method_getcachedir.php

<?php
/**
* Smarty method GetCacheDir
*
* Returns directory of cache files
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Returns directory of cache files
*/
/**
* Returns directory of cache files
*
* @return array cache folder
*/
function Smarty_Method_GetCacheDir($smarty)
{
return $this->smarty->cache_dir;
}
?>

File Metadata

Mime Type
text/x-php
Expires
Sat, Feb 22, 20:21 (2 h, 31 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25874
Default Alt Text
smarty_method_getcachedir.php (357 B)

Event Timeline