[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
Smarty Internal Plugin Smarty Template Compiler Base This file contains the basic classes and methodes for compiling Smarty templates with lexer/parser
Author: | Uwe Tews |
File Size: | 127 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 1 file libraries/Smarty/libs/sysplugins/smarty_internal_parsetree.php |
Smarty_Internal_SmartyTemplateCompiler:: (2 methods):
__construct()
doCompile()
Class: Smarty_Internal_SmartyTemplateCompiler - X-Ref
Class SmartyTemplateCompiler__construct($lexer_class, $parser_class, $smarty) X-Ref |
Initialize compiler param: string $lexer_class class name param: string $parser_class class name param: Smarty $smarty global instance |
doCompile($_content) X-Ref |
Methode to compile a Smarty template param: mixed $_content template source return: bool true if compiling succeeded, false if it failed |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |