1
0

Smarty 3.1.13 - see changelog

This commit is contained in:
Ian
2013-01-16 17:39:51 +01:00
parent d100d6cad7
commit 60fef3d0e0
14 changed files with 172 additions and 61 deletions

View File

@@ -136,6 +136,14 @@ abstract class Smarty_Internal_TemplateCompilerBase {
*/
public $known_modifier_type = array();
/**
* Methode to compile a Smarty template
*
* @param mixed $_content template source
* @return bool true if compiling succeeded, false if it failed
*/
abstract protected function doCompile($_content);
/**
* Initialize compiler
*/