[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/libraries/Smarty/libs/sysplugins/ -> smarty_internal_compile_if.php (summary)

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

Defines 4 classes

Smarty_Internal_Compile_If:: (1 method):
  compile()

Smarty_Internal_Compile_Else:: (1 method):
  compile()

Smarty_Internal_Compile_Elseif:: (1 method):
  compile()

Smarty_Internal_Compile_Ifclose:: (1 method):
  compile()


Class: Smarty_Internal_Compile_If  - X-Ref

Smarty Internal Plugin Compile If Class

compile($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 Class

compile($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 Class

compile($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 Class

compile($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