Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F392445
smarty_method_getcachelifetime.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
406 B
Subscribers
None
smarty_method_getcachelifetime.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Sat, Feb 22, 20:27 (2 d, 10 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25873
Default Alt Text
smarty_method_getcachelifetime.php (406 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment