Class Smarty_Internal_Compile_Config_Load
Smarty Internal Plugin Compile Config Load Class
- Smarty_Internal_CompileBase
-
Smarty_Internal_Compile_Config_Load
Package: Smarty\Compiler
Author: Uwe Tews
Located at tpl/smarty/sysplugins/smarty_internal_compile_config_load.php
Author: Uwe Tews
Located at tpl/smarty/sysplugins/smarty_internal_compile_config_load.php
Methods summary
public
string
|
#
compile( array $args,
Compiles code for the {config_load} tag |
Methods inherited from Smarty_Internal_CompileBase
Properties summary
public
array
|
$required_attributes
Attribute definition: Overwrites base class. |
#
array('file')
|
public
array
|
$shorttag_order
Attribute definition: Overwrites base class. |
#
array('file', 'section')
|
public
array
|
$optional_attributes
Attribute definition: Overwrites base class. |
#
array('section', 'scope')
|
public
array
|
$option_flags
Attribute definition: Overwrites base class. |
#
array('nocache', 'noscope')
|
public
array
|
$valid_scopes
Valid scope names |
#
array('local' => Smarty::SCOPE_LOCAL, 'parent' => Smarty::SCOPE_PARENT,
'root' => Smarty::SCOPE_ROOT, 'tpl_root' => Smarty::SCOPE_TPL_ROOT,
'smarty' => Smarty::SCOPE_SMARTY)
|