Smarty_Internal_Compile_Functionclose
Smarty Internal Plugin Compile Functionclose Class
- Full name:
\Smarty_Internal_Compile_Functionclose
- Parent class:
\Smarty_Internal_CompileBase
Properties
compiler
Compiler object
Methods
compile
Compiles code for the {/function} tag
Parameters:
Parameter | Type | Description |
---|---|---|
$args |
array | array with attributes from parser |
$compiler |
object|\Smarty_Internal_TemplateCompilerBase | compiler object |
Return Value:
true
removeNocache
Remove nocache code
Parameters:
Parameter | Type | Description |
---|---|---|
$match |
mixed |
Inherited methods
getAttributes
This function checks if the attributes passed are valid The attributes passed for the tag to compile are checked against the list of required and optional attributes. Required attributes must be present. Optional attributes are check against the corresponding list. The keyword '_any' specifies that any attribute will be accepted as valid
Parameters:
Parameter | Type | Description |
---|---|---|
$compiler |
object | compiler object |
$attributes |
array | attributes applied to the tag |
Return Value:
of mapped attributes for further processing
openTag
Push opening tag name on stack Optionally additional data can be saved on stack
Parameters:
Parameter | Type | Description |
---|---|---|
$compiler |
object | compiler object |
$openTag |
string | the opening tag's name |
$data |
mixed | optional data saved |
closeTag
Pop closing tag Raise an error if this stack-top doesn't match with expected opening tags
Parameters:
Parameter | Type | Description |
---|---|---|
$compiler |
object | compiler object |
$expectedTag |
array|string | the expected opening tag names |
Return Value:
any type the opening tag's name or saved data
Automatically generated on 2025-03-18