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
Sat, Feb 22, 20:27 (2 d, 14 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25873
Default Alt Text
smarty_method_getcachelifetime.php (406 B)

Event Timeline