[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
Smarty Internal Plugin Compile If Compiles the {if} {else} {elseif} {/if} tags
Author: | Uwe Tews |
File Size: | 207 lines (9 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Class: Smarty_Internal_Compile_If - X-Ref
Smarty Internal Plugin Compile If Classcompile($args, $compiler, $parameter) X-Ref |
Compiles code for the {if} tag param: array $args array with attributes from parser param: object $compiler compiler object param: array $parameter array with compilation parameter return: string compiled code |
Class: Smarty_Internal_Compile_Else - X-Ref
Smarty Internal Plugin Compile Else Classcompile($args, $compiler, $parameter) X-Ref |
Compiles code for the {else} tag param: array $args array with attributes from parser param: object $compiler compiler object param: array $parameter array with compilation parameter return: string compiled code |
Class: Smarty_Internal_Compile_Elseif - X-Ref
Smarty Internal Plugin Compile ElseIf Classcompile($args, $compiler, $parameter) X-Ref |
Compiles code for the {elseif} tag param: array $args array with attributes from parser param: object $compiler compiler object param: array $parameter array with compilation parameter return: string compiled code |
Class: Smarty_Internal_Compile_Ifclose - X-Ref
Smarty Internal Plugin Compile Ifclose Classcompile($args, $compiler, $parameter) X-Ref |
Compiles code for the {/if} tag param: array $args array with attributes from parser param: object $compiler compiler object param: array $parameter array with compilation parameter return: string compiled code |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |