Smarty_Compiler_Switchclose
extends Smarty_Internal_CompileBase
in package
Switch (switch) close statement plugin for smarty.
Tags
Table of Contents
- $optional_attributes : mixed
- $required_attributes : mixed
- $shorttag_order : mixed
- compile() : string
- End a switch statement.
Properties
$optional_attributes
public
mixed
$optional_attributes
= array()
$required_attributes
public
mixed
$required_attributes
= array()
$shorttag_order
public
mixed
$shorttag_order
= array()
Methods
compile()
End a switch statement.
public
compile( $args, $compiler) : string