Logo
Explore Help
Sign In
smarty-php/smarty
1
0
Fork 0
You've already forked smarty
mirror of https://github.com/smarty-php/smarty.git synced 2025-10-22 17:01:36 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
9f18a6bf623930dd7a00a79347f56afbbae8da8e
smarty/libs/sysplugins/smarty_method_iscaching.php

22 lines
226 B
PHP
Raw Normal View History

- variable scopes LOCAL_SCOPE, PARENT_SCOPE, ROOT_SCOPE - more getter/setter methodes
2009-04-06 02:53:09 +00:00
<?php
/**
- renamed function names of autoloaded Smarty methods to Smarty_Method_.... - new security_class property (default is Smarty_Security)
2009-11-03 20:38:38 +00:00
* Smarty method IsCaching
- variable scopes LOCAL_SCOPE, PARENT_SCOPE, ROOT_SCOPE - more getter/setter methodes
2009-04-06 02:53:09 +00:00
*
* is caching
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* is caching
*/
- renamed function names of autoloaded Smarty methods to Smarty_Method_.... - new security_class property (default is Smarty_Security)
2009-11-03 20:38:38 +00:00
function Smarty_Method_IsCaching($smarty)
- removed all internal calls of Smarty::instance() - fixed code in double quoted strings
2009-08-08 17:28:23 +00:00
{
return $smarty->caching;
- variable scopes LOCAL_SCOPE, PARENT_SCOPE, ROOT_SCOPE - more getter/setter methodes
2009-04-06 02:53:09 +00:00
}
?>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 32ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API