phpDocumentor

GXSmartyRuntimeInheritance extends Smarty_Internal_Runtime_Inheritance
in package

Table of Contents

init()  : mixed
Initialize inheritance
process()  : mixed

Methods

init()

Initialize inheritance

public init(Smarty_Internal_Template $tpl, bool $initChild[, array<string|int, mixed> $blockNames = array() ]) : mixed
Parameters
$tpl : Smarty_Internal_Template

template object of caller

$initChild : bool

if true init for child template

$blockNames : array<string|int, mixed> = array()

outer level block name

Return values
mixed

process()

public process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block[, Smarty_Internal_Block $parent = null ]) : mixed
Parameters
$tpl : Smarty_Internal_Template
$block : Smarty_Internal_Block
$parent : Smarty_Internal_Block = null
Return values
mixed

Search results