extends |
Smarty_Internal_CompileBase |
|---|
Smarty Internal Plugin Compile Block Plugin Class
| Methods | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
public
|
compile(
array $args,
Smarty_Internal_TemplateCompilerBase $compiler,
array $parameter,
string $tag,
string $function = null,
): string
Compiles code for the execution of block plugin
Compiles code for the execution of block plugin Parameters
Returnscompiled code Throws
|
# | ||||||||||||||
public
|
setup(Smarty_Internal_TemplateCompilerBase $compiler, array $_attr, string $tag, string $function): array
Setup callback and parameter array
Setup callback and parameter array Parameters
Overriden by |
# | ||||||||||||||
| Methods inherited from Smarty_Internal_CompileBase |
|---|
getAttributes(), openTag(), closeTag() |
| Properties | |||
|---|---|---|---|
public
|
array
|
$optional_attributes = ['_any']
|
# |
public
|
int
|
$nesting = 0
|
# |
| Properties inherited from Smarty_Internal_CompileBase |
|---|
$required_attributes, $shorttag_order, $option_flags, $optionMap, $mapCache |