mirror of
https://github.com/smarty-php/smarty.git
synced 2026-02-22 18:25:03 +01:00
- major update including some API changes
This commit is contained in:
@@ -13,6 +13,10 @@
|
||||
* Smarty Internal Plugin Compile Eval Class
|
||||
*/
|
||||
class Smarty_Internal_Compile_Eval extends Smarty_Internal_CompileBase {
|
||||
public $required_attributes = array('var');
|
||||
public $optional_attributes = array('assign');
|
||||
public $shorttag_order = array('var','assign');
|
||||
|
||||
/**
|
||||
* Compiles code for the {eval} tag
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user