Page MenuHomeCode

smarty_method_getcachelifetime.php
No OneTemporary

smarty_method_getcachelifetime.php

<?php
/**
* Smarty method GetCacheLifetime
*
* Returns lifetime of cache files
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Smarty class getCacheLifetime
*
* Returns lifetime of cache files
*/
/**
* Returns lifetime of cache files
*
* @return integer cache file lifetime
*/
function Smarty_Method_GetCacheLifetime($smarty)
{
return $smarty->cache_lifetime;
}
?>

File Metadata

Mime Type
text/x-php
Expires
Wed, Oct 15, 15:38 (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25873
Default Alt Text
smarty_method_getcachelifetime.php (406 B)

Event Timeline