Page MenuHomeCode

smarty_method_iscaching.php
No OneTemporary

smarty_method_iscaching.php

<?php
/**
* Smarty method IsCaching
*
* is caching
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* is caching
*/
function Smarty_Method_IsCaching($smarty)
{
return $smarty->caching;
}
?>

File Metadata

Mime Type
text/x-php
Expires
Sun, Apr 6, 10:25 (2 w, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25865
Default Alt Text
smarty_method_iscaching.php (226 B)

Event Timeline