[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

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

Smarty Internal Plugin Compile Block Compiles the {block}{/block} tags

Author: Uwe Tews
File Size: 264 lines (12 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 classes

Smarty_Internal_Compile_Block:: (3 methods):
  compile()
  saveBlockData()
  compileChildBlock()

Smarty_Internal_Compile_Blockclose:: (1 method):
  compile()


Class: Smarty_Internal_Compile_Block  - X-Ref

Smarty Internal Plugin Compile Block Class

compile($args, $compiler)   X-Ref
Compiles code for the {block} tag

param: array  $args     array with attributes from parser
param: object $compiler compiler object
return: boolean true

saveBlockData($block_content, $block_tag, $template, $filepath)   X-Ref
Save or replace child block source by block name during parsing

param: string $block_content     block source content
param: string $block_tag         opening block tag
param: object $template          template object
param: string $filepath          filepath of template source

compileChildBlock($compiler, $_name = null)   X-Ref
Compile saved child block source

param: object $compiler  compiler object
param: string $_name     optional name of child block
return: string   compiled code of schild block

Class: Smarty_Internal_Compile_Blockclose  - X-Ref

Smarty Internal Plugin Compile BlockClose Class

compile($args, $compiler)   X-Ref
Compiles code for the {/block} tag

param: array  $args     array with attributes from parser
param: object $compiler compiler object
return: string compiled code



Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1