extends |
Smarty_Internal_CompileBase |
|---|
Smarty Internal Plugin Compile Capture Class
| Methods | ||||||||
|---|---|---|---|---|---|---|---|---|
public
static
|
compileSpecialVariable(array $args, Smarty_Internal_TemplateCompilerBase $compiler, array $parameter = null): string
Compiles code for the {$smarty.capture.xxx}
Compiles code for the {$smarty.capture.xxx} Parameters
Returnscompiled code |
# | ||||||
public
|
compile(array $args, Smarty_Internal_TemplateCompilerBase $compiler, null $parameter = null): string
Compiles code for the {capture} tag
Compiles code for the {capture} tag Parameters
Returnscompiled code |
# | ||||||
| Methods inherited from Smarty_Internal_CompileBase |
|---|
getAttributes(), openTag(), closeTag() |
| Properties | |||
|---|---|---|---|
public
|
array
|
$shorttag_order = ['name']
|
# |
public
|
array
|
$optional_attributes = ['name', 'assign', 'append']
|
# |
| Properties inherited from Smarty_Internal_CompileBase |
|---|
$required_attributes, $option_flags, $optionMap, $mapCache |